We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996878e commit 9220f23Copy full SHA for 9220f23
crates/valence_new/src/unit_test/example.rs
@@ -67,7 +67,6 @@ mod tests {
67
app.add_plugin(ServerPlugin::new(()));
68
let server = app.world.resource::<Server>();
69
let tick = server.current_tick();
70
- drop(server);
71
app.update();
72
73
assert_eq!(server.current_tick(), tick + 1);
0 commit comments