Skip to content

Commit

Permalink
integration-tests: Update total fee in LP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Nov 8, 2023
1 parent 834ef4d commit 34035ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ async fn transfer_cfg_sibling_to_centrifuge() {

#[test]
fn test_total_fee() {
assert_eq!(cfg_fee(), 8012800000000000);
assert_eq!(cfg_fee(), 7039200000000000);
}

fn cfg_fee() -> Balance {
Expand Down

0 comments on commit 34035ab

Please sign in to comment.