Skip to content

Commit

Permalink
update test err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
algonautshant committed Sep 23, 2022
1 parent 58e4d3f commit 1e96dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-go/upgrades/rekey_support_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestRekeyUpgrade(t *testing.T) {
// should be either "nonempty AuthAddr but rekeying is not supported" or "txn dead"
if !strings.Contains(err.Error(), "nonempty AuthAddr but rekeying is not supported") &&
!strings.Contains(err.Error(), "txn dead") {
a.NoErrorf(err, "error message should be one of :\n%s\n%s", "nonempty AuthAddr but rekeying not supported", "txn dead")
a.NoErrorf(err, "error message should be one of :\n%s\n%s", "nonempty AuthAddr but rekeying is not supported", "txn dead")
}
} else {
// if we had no error it must mean that we've upgraded already. Verify that.
Expand Down

0 comments on commit 1e96dd6

Please sign in to comment.