Skip to content

Commit

Permalink
style: remove "nbd" for cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonribble committed Oct 17, 2024
1 parent 5cd7600 commit e39f55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mod tests {
}

#[test]
fn test_nbd_invalid_email() {
fn test_cli_invalid_email() {
let mut cmd = create_command();
cmd.arg("create")
.arg("--first-name")
Expand Down

0 comments on commit e39f55c

Please sign in to comment.