Skip to content

Commit

Permalink
Remove deprecated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Oct 25, 2023
1 parent ab9f152 commit 56a7f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/WhitelistChecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { buildOrder, buildMakerTraits } = require('@1inch/limit-order-protocol-co
const { initContractsForSettlement } = require('./helpers/fixtures');
const { buildCalldataForOrder } = require('./helpers/fusionUtils');

describe('WhitelistChecker // TODO: Update this tests', function () {
describe('WhitelistChecker', function () {
describe('should not work with non-whitelisted address', function () {
it('whitelist check in postInteraction method', async function () {
const dataFormFixture = await loadFixture(initContractsForSettlement);
Expand Down

0 comments on commit 56a7f42

Please sign in to comment.