Skip to content
Prev Previous commit
remove only
  • Loading branch information
Leo Arias committed Sep 26, 2018
commit 35907faff88770deab494032e31f63b458bf0fd9
2 changes: 1 addition & 1 deletion test/library/ECDSA.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require('chai')
const TEST_MESSAGE = web3.sha3('OpenZeppelin');
const WRONG_MESSAGE = web3.sha3('Nope');

contract.only('ECDSA', function ([_, anyone]) {
contract('ECDSA', function ([_, anyone]) {
beforeEach(async function () {
this.ecdsa = await ECDSAMock.new();
});
Expand Down