Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoka committed Sep 18, 2024
1 parent c386176 commit 316f374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/liquidity-mining/src/tests/invariants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ fn update_global_farm_invariant_2_3() {
let mut runner = TestRunner::new(Config {
cases: successfull_cases,
source_file: Some("liquidity-mining/src/tests/invariants.rs"),
test_name: Some("update_global_farm_invariant_1_2_3"),
test_name: Some("update_global_farm_invariant_2_3"),
..Config::default()
});
let deposits: RefCell<Vec<Deposit>> = RefCell::new(Vec::new());
Expand Down

0 comments on commit 316f374

Please sign in to comment.