Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Jan 17, 2024
1 parent 842de67 commit 2c4e4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dojo-bindgen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ mod tests {
let data = gather_dojo_data(&Utf8PathBuf::from("src/test_data/spawn-and-move/target/dev"))
.unwrap();

assert_eq!(data.models.len(), 4);
assert_eq!(data.models.len(), 2);

let pos = data.models.get("Position").unwrap();
assert_eq!(pos.name, "Position");
Expand Down

0 comments on commit 2c4e4ba

Please sign in to comment.