Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Oct 17, 2024
1 parent da3653f commit da1e0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coerce_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub fn coerce_into_valid_number_string_tests() {
}),
),
describe(
"has_invalid_whitespace",
"is_invalid_empty_or_whitespace_only_string",
["", " ", "\t", "\n", "\r", "\f", " \t\n\r\f "]
|> list.map(fn(text) {
let printable_text = text |> into_printable_text
Expand Down

0 comments on commit da1e0bb

Please sign in to comment.