Skip to content

Commit

Permalink
small test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aditiharini committed Dec 19, 2024
1 parent 99c3e12 commit d108f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/server_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ mod tests {
let result = service
.validate_ens_username_proof(fid, &username_proof)
.await;
assert!(result.is_err(),);
assert!(result.is_err());
}

#[tokio::test]
Expand Down

0 comments on commit d108f57

Please sign in to comment.