Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertIndie committed Jul 9, 2024
1 parent 8a3e6c5 commit 637d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/transaction_disabled_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ func TestTransactionDisabled(t *testing.T) {
EnableTransaction: true,
})
assert.NotNil(t, err)
assert.ErrorContains(t, err, "The broker doesn't enable the transaction coordinator")
assert.ErrorContains(t, err, "Transactions are not enabled")
}

0 comments on commit 637d8ab

Please sign in to comment.