File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1056,8 +1056,6 @@ mod test {
1056
1056
. expect ( "Channel token should be whitelisted in config!" ) ;
1057
1057
let channel_context = channel_chain. with_channel ( dummy_channel) ;
1058
1058
1059
- let multiplier = 10_u64 . pow ( UnifiedNum :: PRECISION . into ( ) ) ;
1060
-
1061
1059
// Set the deposit for the CREATOR use for all campaigns in the test
1062
1060
assert_eq ! ( * CREATOR , DUMMY_CAMPAIGN . creator) ;
1063
1061
app. adapter . client . set_deposit (
@@ -1288,7 +1286,6 @@ mod test {
1288
1286
async fn delta_budgets_are_calculated_correctly ( ) {
1289
1287
let redis = TESTS_POOL . get ( ) . await . expect ( "Should return Object" ) ;
1290
1288
let campaign_remaining = CampaignRemaining :: new ( redis. connection . clone ( ) ) ;
1291
- let multiplier = 10_u64 . pow ( UnifiedNum :: PRECISION . into ( ) ) ;
1292
1289
1293
1290
let campaign = DUMMY_CAMPAIGN . clone ( ) ;
1294
1291
You can’t perform that action at this time.
0 commit comments