summaryrefslogtreecommitdiff
path: root/ecs
diff options
context:
space:
mode:
Diffstat (limited to 'ecs')
-rw-r--r--ecs/tests/query.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecs/tests/query.rs b/ecs/tests/query.rs
index fa36689..0f02bd3 100644
--- a/ecs/tests/query.rs
+++ b/ecs/tests/query.rs
@@ -35,7 +35,7 @@ struct G;
fn setup()
{
- SETUP.call_once(|| {
+ SETUP.call_once_force(|_| {
assert_eq!(A::id().id(), 1);
assert_eq!(B::id().id(), 2);
assert_eq!(C::id().id(), 3);