Skip to content

Commit 99c39db

Browse files
committed
tests: fix typo in test revert reason
1 parent bb5b1dc commit 99c39db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/payments/allocationExchange.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ describe('AllocationExchange', () => {
129129
it('reject set an authority if not allowed', async function () {
130130
const newAuthority = randomAddress()
131131
const tx = allocationExchange.connect(indexer.signer).setAuthority(newAuthority, true)
132-
await expect(tx).revertedWith(' Only Governor can call')
132+
await expect(tx).revertedWith('Only Governor can call')
133133
})
134134

135135
it('reject set an empty authority', async function () {

0 commit comments

Comments
 (0)