Skip to content

Commit

Permalink
test(sdk): fix invalid error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Oct 28, 2024
1 parent 19e6e3e commit 75eb334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ async fn contested_resource_vote_states_with_limit_PLAN_674() {
assert_eq!(
contenders.contenders.len(),
limit as usize,
"number of contenders for {:?} should must be at least {}",
"number of contenders for {:?} should must be {}",
label,
limit
);
Expand Down

0 comments on commit 75eb334

Please sign in to comment.