Super'ing to a mod

This commit is contained in:
2018-01-02 22:48:42 -05:00
parent 25f25b8f1a
commit 66b59c0479

View File

@@ -4,8 +4,10 @@ pub mod network;
#[cfg(test)]
mod tests {
use super::client;
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
client::connect();
}
}