Skip to content

Commit

Permalink
test: remove unnecessary onlyIf import
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Sep 4, 2018
1 parent 5c0bfb6 commit 5b76372
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/proxy_recover_funds.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const { assertRevert } = require('./helpers/assertThrow')
const { skipCoverage } = require('./helpers/coverage')
const { onlyIf } = require('./helpers/onlyIf')
const { getBalance } = require('./helpers/web3')
const { hash } = require('eth-ens-namehash')

Expand Down Expand Up @@ -78,9 +77,6 @@ contract('Proxy funds', accounts => {

// Test both the Kernel itself and the KernelProxy to make sure their behaviours are the same
for (const kernelType of ['Kernel', 'KernelProxy']) {
const onlyBaseKernel = onlyIf(() => kernelType === 'Kernel')
const onlyKernelProxy = onlyIf(() => kernelType === 'KernelProxy')

context(`> ${kernelType}`, () => {
let kernelBase, kernel

Expand Down

0 comments on commit 5b76372

Please sign in to comment.