From 7de6de494af9e85351d416a20bab5cd82749f935 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 29 Mar 2020 14:54:06 +0100 Subject: Correct invalid examples --- test/gleam/int_test.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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") } -- cgit v1.2.3