Skip to content

Commit defc617

Browse files
committed
Update world serialization test
Fixed upstream.
1 parent 6cba0fa commit defc617

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/world_serialization.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use serde::{Deserialize, Serialize};
44
use test_log::test;
55

66
#[test]
7-
#[should_panic] // Fails because https://github.com/bevyengine/bevy/pull/23446 accidentally enabled reflect auto registration.
87
fn replicated() {
98
let mut app = App::new();
109
app.add_plugins((StatesPlugin, RepliconPlugins))

0 commit comments

Comments
 (0)