Skip to content

Commit

Permalink
better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Aug 26, 2024
1 parent babb2fa commit 34de92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/capture/src/v0_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ mod tests {
}

#[test]
fn test_empty_string_is_none() {
fn test_empty_uuid_string_is_none() {
let json = serde_json::json!({"uuid": ""});
let result = test_deserialize(json);
assert!(result.is_ok());
Expand Down

0 comments on commit 34de92f

Please sign in to comment.