diff --git a/test/ownership/Claimable.test.js b/test/ownership/Claimable.test.js index 1ff8522bd93..867a7e0c102 100644 --- a/test/ownership/Claimable.test.js +++ b/test/ownership/Claimable.test.js @@ -2,7 +2,7 @@ const { assertRevert } = require('../helpers/assertRevert'); const Claimable = artifacts.require('Claimable'); -contract('Claimable', function ([_, owner, newOwner, anyone]) { +contract('Claimable', function ([owner, newOwner, anyone]) { let claimable; beforeEach(async function () {