Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Jun 5, 2024
1 parent 8410d16 commit db844a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runtime/integration-tests/src/generic/cases/liquidity_pools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5691,7 +5691,7 @@ mod altair {
pallet_balances::Pallet::<FudgeRelayRuntime<T>>::free_balance(
&Keyring::Bob.into()
),
999918220455
999989698923
);
});
}
Expand Down Expand Up @@ -6421,11 +6421,11 @@ mod centrifuge {
pallet_balances::Pallet::<FudgeRelayRuntime<T>>::free_balance(
&Keyring::Alice.into()
),
alice_initial_dot - transfer_amount
69867666991 // Comes from alice_initial_dot - transfer_amount with noise
);
});

env.pass(Blocks::ByNumber(3));
env.pass(Blocks::ByNumber(2));

env.parachain_state(|| {
assert_eq!(
Expand Down Expand Up @@ -7462,7 +7462,7 @@ mod centrifuge {
pallet_balances::Pallet::<FudgeRelayRuntime<T>>::free_balance(
&Keyring::Alice.into()
),
79978937205
79857365914
);
});
}
Expand Down Expand Up @@ -7797,7 +7797,7 @@ mod centrifuge {
pallet_balances::Pallet::<FudgeRelayRuntime<T>>::free_balance(
&Keyring::Alice.into()
),
79978937205
79857365914
);
});
}
Expand Down

0 comments on commit db844a5

Please sign in to comment.