Skip to content

Commit d931a3f

Browse files
committed
comment test suites back in
1 parent f44252b commit d931a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/smart-contracts/test/tinykeys/RefereeBulkSubmissions.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,8 +721,8 @@ function BulkSubmissionsRewardRate(deployInfrastructure) {
721721

722722
export function RefereeBulkSubmissions(deployInfrastructure) {
723723
return function () {
724-
// describe("Check edge cases for pool submissions", BulkSubmissionsStakeAndUnstake(deployInfrastructure).bind(this));
725-
// describe("Check pool submission reward", BulkSubmissionsRewardRate(deployInfrastructure).bind(this));
724+
describe("Check edge cases for pool submissions", BulkSubmissionsStakeAndUnstake(deployInfrastructure).bind(this));
725+
describe("Check pool submission reward", BulkSubmissionsRewardRate(deployInfrastructure).bind(this));
726726
describe("Check pool submission permissions", BulkSubmissionPermissions(deployInfrastructure).bind(this));
727727
}
728728
}

0 commit comments

Comments
 (0)