Skip to content

Commit 27b8234

Browse files
committed
refactor using yarn run lint:js --fix
1 parent b233937 commit 27b8234

File tree

2 files changed

+1347
-1347
lines changed

2 files changed

+1347
-1347
lines changed

test/multiple-arbitrable-token-transaction-with-fee.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
/* eslint-disable no-undef */ // Avoid the linter considering truffle elements as undef.
2-
const shouldFail = require('./helpers/should-fail')
3-
const time = require('./helpers/time')
42
const { assert } = require('chai')
53
const {
64
expectThrow
75
} = require('openzeppelin-solidity/test/helpers/expectThrow')
86

7+
const time = require('./helpers/time')
8+
const shouldFail = require('./helpers/should-fail')
9+
910
const MultipleArbitrableTokenTransactionWithFee = artifacts.require(
1011
'./MultipleArbitrableTokenTransactionWithFee.sol'
1112
)

0 commit comments

Comments
 (0)