Skip to content

Commit

Permalink
reverted test name to match target
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Frederick committed Jul 17, 2023
1 parent 6d8094c commit 9980ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/creditcoin/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@ fn register_address_v2_should_error_when_address_too_long() {
}

#[test]
fn try_extract_address_should_error_when_signature_is_invalid() {
fn register_address_v2_should_error_when_signature_is_invalid() {
ExtBuilder::default().build_and_execute(|| {
let (who, address, _ownership_proof, _) = generate_address_with_proof("owner");

Expand Down

0 comments on commit 9980ec3

Please sign in to comment.