Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove .only
  • Loading branch information
frangio committed Jan 24, 2023
commit 73382dfe9646c3477e562bb9013bbff4810e3467
2 changes: 1 addition & 1 deletion test/token/ERC1155/extensions/ERC1155Supply.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ contract('ERC1155Supply', function (accounts) {
});
});

context.only('other', function () {
context('other', function () {
it('supply unaffected by no-op', async function () {
this.token.safeTransferFrom(ZERO_ADDRESS, ZERO_ADDRESS, firstTokenId, firstTokenAmount, '0x', {
from: ZERO_ADDRESS,
Expand Down