Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aditiharini committed Dec 14, 2024
1 parent 4e4d744 commit 6a2d3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/server_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ mod tests {
(configured_limits.limits.casts * 2) + (configured_limits.legacy_limits.casts)
);
assert_eq!(casts_limit.used, 2); // Cast remove counts as 1
assert_eq!(casts_limit.name, "STORE_TYPE_CASTS");
assert_eq!(casts_limit.name, "CASTS");

let links_limit = response
.get_ref()
Expand Down

0 comments on commit 6a2d3a8

Please sign in to comment.