File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,10 +128,10 @@ contract QuotePaymentSplitTest is BaseTest {
128128 120
129129 );
130130
131- assertEq (developer.balance, devStart + 0.5 ether, "developer split " );
132- assertEq (treasury.balance, treasuryStart + 0.1 ether, "treasury split " );
131+ assertEq (developer.balance, devStart + 0.2 ether, "developer split " );
132+ assertEq (treasury.balance, treasuryStart + 0.2 ether, "treasury split " );
133133 assertEq (address (serviceFeeDistributor).balance, distributorStart + 0.2 ether, "restaker split " );
134- assertEq (tangle.pendingRewards (operator1), 0.2 ether, "operator pending reward " );
134+ assertEq (tangle.pendingRewards (operator1), 0.4 ether, "operator pending reward " );
135135
136136 assertEq (metrics.serviceCreatedCount (), 1 , "metrics service created " );
137137 assertEq (metrics.lastBlueprintId (), blueprintId, "metrics blueprint id " );
You can’t perform that action at this time.
0 commit comments