Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
zeel991 committed Aug 14, 2024
1 parent 1c6fbe0 commit 3c0f18b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pallets/network-score/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@ fn rating_identifier_not_found_test() {
);

let identifier =
Ss58Identifier::create_identifier(&(id_digest).encode()[..], IdentifierType::Rating).unwrap();
Ss58Identifier::create_identifier(&(id_digest).encode()[..], IdentifierType::Rating)
.unwrap();

new_test_ext().execute_with(|| {
System::set_block_number(1);
Expand Down Expand Up @@ -665,4 +666,4 @@ fn rating_identifier_not_found_test() {
Error::<Test>::RatingIdentifierNotFound
);
});
}
}

0 comments on commit 3c0f18b

Please sign in to comment.