Skip to content

Commit 7f6480d

Browse files
committed
fix: update test case message
1 parent bd430c4 commit 7f6480d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/payout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ mod tests {
434434
let payout = get_payout(&channel, &event, &session);
435435
assert!(
436436
payout == BigNum::from(144),
437-
"fixedAmount (country, osType, publisher): choose fixedAmount rule over multiplier if present"
437+
"fixedAmount (country, osType, publisher): apply all multiplier rules"
438438
);
439439
}
440440
}

0 commit comments

Comments
 (0)