Skip to content

Commit

Permalink
fix tests hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
alercah committed Dec 13, 2024
1 parent 84f9c87 commit fd16303
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
115 changes: 57 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/spawner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ mod test {
use super::*;
use crate::{
drag,
ecs::{EntityWorldExts, NestedSystemExts},
ecs::{self, EntityWorldExts, NestedSystemExts},
testing::*,
waymark::Waymark,
widget::{egui_context, Widget, WidgetSystemId},
Expand Down Expand Up @@ -290,6 +290,7 @@ mod test {
.add_systems(PreUpdate, forward_window_events)
.add_plugins(EguiPlugin)
.add_plugins(drag::plugin())
.add_plugins(ecs::plugin())
.add_plugins(super::plugin::<Waymark>())
.add_systems(Startup, add_test_camera)
.add_systems(Startup, spawn_test_entities)
Expand Down

0 comments on commit fd16303

Please sign in to comment.