summary history branches tags files
commit:de5c43115eb2a0ffebe320b431e653cd8044bc6d
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Jun 12 20:12:40 2019 +0200
parents:fbac14c86c31a2c0b9236cf955ad508c18827fbe
explicitly call disconnect in a test
diff --git a/tests/basic.rs b/tests/basic.rs
line changes: +1/-0
index 966ff9a..edc8fb7
--- a/tests/basic.rs
+++ b/tests/basic.rs
@@ -60,6 +60,7 @@ where T: std::io::Read + std::io::Write {
             _ => {},
         }
     }
+    conn.disconnect(false);
 
     Ok(())
 }