Skip to content

Commit

Permalink
test: lint no-unused-var
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Aug 15, 2024
1 parent 3f751ac commit fb1ca46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/InterchainTokenService.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const { deployAll, deployContract, deployInterchainTokenService, deployAllWithTe
const MESSAGE_TYPE_INTERCHAIN_TRANSFER = 0;
const MESSAGE_TYPE_DEPLOY_INTERCHAIN_TOKEN = 1;
const MESSAGE_TYPE_DEPLOY_TOKEN_MANAGER = 2;
/* eslint-disable-next-line no-unused-vars */
const MESSAGE_TYPE_SEND_TO_HUB = 3;
const MESSAGE_TYPE_RECEIVE_FROM_HUB = 4;
const INVALID_MESSAGE_TYPE = 5;
Expand Down

0 comments on commit fb1ca46

Please sign in to comment.