diff options
Diffstat (limited to 'test/gleam/int_test.gleam')
-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 608f77f..bd43324 100644 --- a/test/gleam/int_test.gleam +++ b/test/gleam/int_test.gleam @@ -349,7 +349,7 @@ pub fn sum_test() { pub fn product_test() { int.product([]) - |> should.equal(0) + |> should.equal(1) int.product([4]) |> should.equal(4) |