Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
patrini32 authored Jun 28, 2024
1 parent 7f80851 commit eb7b16a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async fn alice_manually_punishes_after_bob_dead_and_bob_cancels() {
.await
.unwrap_err();
assert_eq!(
&error,
error.to_string(),
"Cannot refund swap because we have already been punished"
);
Ok(())
Expand Down

0 comments on commit eb7b16a

Please sign in to comment.