summaryrefslogtreecommitdiffstats
path: root/src/wireguard/router/tests.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-09 13:21:12 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-09 13:21:12 +0100
commit115fa574a807877594c3b8cf467798fc0524d007 (patch)
tree07d487f3f8ef130d17536fb93b02f937b7bf66ae /src/wireguard/router/tests.rs
parentFixed inbound job bug (add to sequential queue) (diff)
downloadwireguard-rs-115fa574a807877594c3b8cf467798fc0524d007.tar.xz
wireguard-rs-115fa574a807877594c3b8cf467798fc0524d007.zip
Move to run queue
Diffstat (limited to '')
-rw-r--r--src/wireguard/router/tests.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wireguard/router/tests.rs b/src/wireguard/router/tests.rs
index 1f500c0..fe1fbbe 100644
--- a/src/wireguard/router/tests.rs
+++ b/src/wireguard/router/tests.rs
@@ -273,6 +273,8 @@ mod tests {
}
}
}
+
+ println!("Test complete, drop device");
}
#[test]