Skip to content

Commit caeb05a

Browse files
authored
sentry - routes - campaign - fix test comment
1 parent 99ff3ae commit caeb05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/routes/campaign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ mod test {
13361336
.expect("Should fetch campaign")
13371337
.expect("Campaign should exist");
13381338

1339-
// remaining = campaign_budget therefore sold_budget - remaining = 0
1339+
// remaining == campaign_budget therefore old_budget - remaining = 0
13401340
assert_eq!(closed_campaign.budget, UnifiedNum::from_u64(0));
13411341

13421342
let remaining = app

0 commit comments

Comments
 (0)