diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/gleam/int_test.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gleam/int_test.gleam b/test/gleam/int_test.gleam index 267645b..27335d5 100644 --- a/test/gleam/int_test.gleam +++ b/test/gleam/int_test.gleam @@ -11,7 +11,7 @@ pub fn to_string() { |> int.to_string |> should.equal(_, "-123") - 0123 + 123 |> int.to_string |> should.equal(_, "123") } |