Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zsluedem committed May 5, 2024
1 parent 84c2e7c commit e67a023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_create_city.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mod tests {
let (x, y) = context.kingdom_lord.get_village_location(caller);

assert!(x == 18, "x should be 18 but got {}", x);
assert!(y == 92, "y should be 75 but got {}", y);
assert!(y == 92, "y should be 92 but got {}", y);
}

#[test]
Expand Down

0 comments on commit e67a023

Please sign in to comment.