Skip to content

Commit 8bb3e86

Browse files
committed
fix: syntax error in testProvision_RevertWhen_OperatorNotAuthorized function
1 parent 0d4de2c commit 8bb3e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/horizon/test/staking/provision/provision.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ contract HorizonStakingProvisionTest is HorizonStakingTest {
104104
"HorizonStakingNotAuthorized(address,address,address)",
105105
subgraphDataServiceAddress,
106106
users.operator,
107-
users.indexer,
107+
users.indexer
108108
);
109109
vm.expectRevert(expectedError);
110110
staking.provision(users.indexer, subgraphDataServiceAddress, amount, maxVerifierCut, thawingPeriod);

0 commit comments

Comments
 (0)