aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/gleam/string_test.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gleam/string_test.gleam b/test/gleam/string_test.gleam
index 6a389d7..e5a4904 100644
--- a/test/gleam/string_test.gleam
+++ b/test/gleam/string_test.gleam
@@ -361,7 +361,7 @@ pub fn trim_zero_width_non_breaking_space_test() {
pub fn trim_comma_test() {
"hats,"
|> string.trim
- |> should.equal(",hats,")
+ |> should.equal("hats,")
}
pub fn starts_with_test() {