Skip to content

Commit a1a8568

Browse files
committed
Removing only
1 parent e08e1d4 commit a1a8568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solidity/test/random_beacon_operator/TestPublishDkgResult.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { contract, accounts, web3 } = require("@openzeppelin/test-environment")
1010
const { expectRevert, time } = require("@openzeppelin/test-helpers")
1111
const stakeDelegate = require('../helpers/stakeDelegate')
1212

13-
describe.only('KeepRandomBeaconOperator/PublishDkgResult', function () {
13+
describe('KeepRandomBeaconOperator/PublishDkgResult', function () {
1414

1515
const groupSize = 20;
1616
const groupThreshold = 11;

0 commit comments

Comments
 (0)