Skip to content

Commit ea1a7b4

Browse files
committed
test(rewards): update quote payment split expectations
- align quote payment split assertions with 20/20/40/20 defaults
1 parent 02a4aab commit ea1a7b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/v2/tangle/QuotePaymentSplit.t.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)