Skip to content

Commit

Permalink
un-fix tests related to entity ids
Browse files Browse the repository at this point in the history
  • Loading branch information
RobWalt committed Jul 8, 2024
1 parent bf16651 commit 0ab9bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ fn with_one_filter() {
world.resource::<Output>().0,
&[
"People that are either Human or Dolphin but not both:",
"0v1|4294967296",
"2v1|4294967298",
"0v1",
"2v1",
"",
]
);
Expand Down

0 comments on commit 0ab9bec

Please sign in to comment.