Skip to content

Commit c6534b1

Browse files
committed
fix: change test to expect error
1 parent 2cda4ed commit c6534b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/tap/checks/value_check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ mod tests {
509509
sleep(Duration::from_millis(1010)).await;
510510

511511
assert!(
512-
check.check(&ctx, &receipt).await.is_ok(),
512+
check.check(&ctx, &receipt).await.is_err(),
513513
"Should require minimal value"
514514
);
515515

0 commit comments

Comments
 (0)