Skip to content

Commit

Permalink
refactor: fixed tests for WaitForBlockCompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashk767 committed Sep 19, 2024
1 parent 2eee60b commit e32e752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ func TestWaitForBlockCompletion(t *testing.T) {
args: args{
transactionStatus: 2,
},
want: errors.New("timeout passed for transaction mining"),
want: errors.New("maximum attempts failed for transaction mining"),
},
}
for _, tt := range tests {
Expand Down

0 comments on commit e32e752

Please sign in to comment.