Skip to content

Commit fcee8e7

Browse files
committed
update revert message test
1 parent 7ad777e commit fcee8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gns.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ describe('GNS', () => {
953953
it('should revert', async function () {
954954
const tx = gns.connect(me.signer).finalizeSubgraphUpgrade(subgraph.id)
955955

956-
await expect(tx).revertedWith('New version does not exist')
956+
await expect(tx).revertedWith('GNS: New version does not exist')
957957
})
958958
})
959959
})

0 commit comments

Comments
 (0)