File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
infrastructure/smart-contracts/test/tinykeys Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -721,8 +721,8 @@ function BulkSubmissionsRewardRate(deployInfrastructure) {
721
721
722
722
export function RefereeBulkSubmissions ( deployInfrastructure ) {
723
723
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 ) ) ;
726
726
describe ( "Check pool submission permissions" , BulkSubmissionPermissions ( deployInfrastructure ) . bind ( this ) ) ;
727
727
}
728
728
}
You can’t perform that action at this time.
0 commit comments