Skip to content

Commit

Permalink
chore: Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bv committed Jan 28, 2022
1 parent 9cd4c01 commit ef83185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/defaults.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use rakrs::{server::start, protocol::mcpe::motd::Motd};
use rakrs::{protocol::mcpe::motd::Motd, server::start};

#[test]
fn run_test() {
let motd = Motd::new(12, 19132.to_string());
assert_eq!(motd.port, 19132.to_string());
}
}
2 changes: 1 addition & 1 deletion tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mod defaults;
mod defaults;

0 comments on commit ef83185

Please sign in to comment.