We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cba0fa commit defc617Copy full SHA for defc617
1 file changed
tests/world_serialization.rs
@@ -4,7 +4,6 @@ use serde::{Deserialize, Serialize};
4
use test_log::test;
5
6
#[test]
7
-#[should_panic] // Fails because https://github.com/bevyengine/bevy/pull/23446 accidentally enabled reflect auto registration.
8
fn replicated() {
9
let mut app = App::new();
10
app.add_plugins((StatesPlugin, RepliconPlugins))
0 commit comments