Skip to content

Commit

Permalink
test: fix space between test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed May 13, 2024
1 parent 5b629af commit ddbeeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pop-parachains/src/utils/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ mod tests {
assert_eq!(is_initial_endowment_valid("wrong"), false);
assert_eq!(is_initial_endowment_valid(" "), false);
}

#[test]
fn test_left_shift() {
// Values from https://stackoverflow.com/questions/56392875/how-can-i-initialize-a-users-balance-in-a-substrate-blockchain
Expand Down

0 comments on commit ddbeeee

Please sign in to comment.