Skip to content

Commit f5c3da2

Browse files
committed
sentry - remove unused variables in tests
1 parent 48f5c00 commit f5c3da2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sentry/src/routes/campaign.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,8 +1056,6 @@ mod test {
10561056
.expect("Channel token should be whitelisted in config!");
10571057
let channel_context = channel_chain.with_channel(dummy_channel);
10581058

1059-
let multiplier = 10_u64.pow(UnifiedNum::PRECISION.into());
1060-
10611059
// Set the deposit for the CREATOR use for all campaigns in the test
10621060
assert_eq!(*CREATOR, DUMMY_CAMPAIGN.creator);
10631061
app.adapter.client.set_deposit(
@@ -1288,7 +1286,6 @@ mod test {
12881286
async fn delta_budgets_are_calculated_correctly() {
12891287
let redis = TESTS_POOL.get().await.expect("Should return Object");
12901288
let campaign_remaining = CampaignRemaining::new(redis.connection.clone());
1291-
let multiplier = 10_u64.pow(UnifiedNum::PRECISION.into());
12921289

12931290
let campaign = DUMMY_CAMPAIGN.clone();
12941291

0 commit comments

Comments
 (0)