Skip to content

Commit

Permalink
fix(narwhal-primary): Fix tcp connect error message in assertion (#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars authored Aug 29, 2024
1 parent 30d4b88 commit 07d9897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhal/primary/tests/nodes_bootstrapping_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async fn test_response_error_after_shutdown_internal_consensus() {
};
assert!(
e.message()
.contains("error trying to connect: tcp connect error:"),
.contains("tcp connect error: Connection refused"),
"Actual: {}",
e
);
Expand Down

0 comments on commit 07d9897

Please sign in to comment.