Skip to content

Commit

Permalink
tests: fix by passing the list of expected models
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Dec 21, 2024
1 parent 759c5b8 commit feecbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/torii/grpc/src/server/tests/entities_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async fn test_entities_queries(sequencer: &RunnerCtx) {
None,
false,
None,
vec![],
vec!["ns-Moves".to_string(), "ns-Position".to_string()],
None,
)
.await
Expand Down
2 changes: 1 addition & 1 deletion examples/spawn-and-move/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [

[[package]]
name = "dojo_examples"
version = "1.0.5"
version = "1.0.8"
dependencies = [
"armory",
"bestiary",
Expand Down

0 comments on commit feecbdb

Please sign in to comment.