Skip to content

Commit ab54756

Browse files
authored
fix(test): correct typo "falliable" -> "fallible" in call-builder test (#2584)
1 parent 825b82e commit ab54756

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/internal/lang-err/call-builder

1 file changed

+1
-1
lines changed

integration-tests/internal/lang-err/call-builder/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ mod call_builder {
423423

424424
assert!(
425425
matches!(call_result, Some(Ok(_))),
426-
"Call to falliable constructor failed, when it should have succeeded."
426+
"Call to fallible constructor failed, when it should have succeeded."
427427
);
428428

429429
Ok(())

0 commit comments

Comments
 (0)