jingle_drls_srtp: Add missing #[cfg(test)] on mod test.
This commit is contained in:
parent
41bcf2dce7
commit
3e41442702
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ generate_element!(
|
|||
)
|
||||
);
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use minidom::Element;
|
||||
|
|
Loading…
Reference in a new issue