Skip to content

Commit

Permalink
chore: specs missing
Browse files Browse the repository at this point in the history
  • Loading branch information
wellitongervickas committed Nov 22, 2023
1 parent 7baa24e commit d9657b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bridge/Bridge.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ describe('Bridge', function () {
expect(nftOwner).to.be.equal(bridgeAddress)
})

it.only('should burn ERC721 when transfer to bridge contract if its origin chain', async function () {
it('should burn ERC721 when transfer to bridge contract if its origin chain', async function () {
const [currentOwner] = await getSigners()

const { mockNFT, mockNFTAddress } =
Expand Down

0 comments on commit d9657b5

Please sign in to comment.