Super'ing to a mod
This commit is contained in:
parent
25f25b8f1a
commit
66b59c0479
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user