Skip to content

Commit

Permalink
chore: remove .only() from test
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan committed Jul 5, 2023
1 parent 75756de commit 4fe1154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/test/02_ShoyuBashi.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ describe("ShoyuBashi", function () {
"ThresholdNotMet",
)
})
it.only("Reverts if threshold returns bytes(0)", async function () {
it("Reverts if threshold returns bytes(0)", async function () {
const { shoyuBashi, mockOracleAdapter, anotherOracleAdapter } = await setup()
await shoyuBashi.enableOracleAdapters(DOMAIN_ID, [mockOracleAdapter.address, anotherOracleAdapter.address])
await expect(shoyuBashi.getThresholdHash(DOMAIN_ID, 0)).to.be.revertedWithCustomError(
Expand Down

0 comments on commit 4fe1154

Please sign in to comment.