aboutsummaryrefslogtreecommitdiff
path: root/test/gleam/int_test.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'test/gleam/int_test.gleam')
-rw-r--r--test/gleam/int_test.gleam2
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")
}