diff --git a/wgbind/src/lib.rs b/wgbind/src/lib.rs index be3ed2c..c128b32 100644 --- a/wgbind/src/lib.rs +++ b/wgbind/src/lib.rs @@ -123,7 +123,7 @@ mod tests { fn setup() -> Context { let ctx = Context { - interfaces : vec![ "wg10", "wg11"], + interfaces : vec![ "wg11", "wg10"], createInterface: Box::new(| this: &Context| { let _ = deleteDevice("wg3").unwrap_or_default(); for ele in this.interfaces.clone() {