From 5029da854bb757f12e963e52068edaca764f0df7 Mon Sep 17 00:00:00 2001 From: inoas Date: Mon, 27 Jun 2022 23:08:12 +0200 Subject: comment --- test/gleam/list_test.gleam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/gleam/list_test.gleam b/test/gleam/list_test.gleam index 7373ef9..190e49c 100644 --- a/test/gleam/list_test.gleam +++ b/test/gleam/list_test.gleam @@ -314,7 +314,7 @@ pub fn all_test() { case x { 1 -> True 2 -> False - // Crash to ensure we short-circuit + // Crash if no short-circuit _ -> { assert True = False } @@ -345,7 +345,7 @@ pub fn any_test() { case x { 1 -> False 2 -> True - // Crash to ensure we short-circuit + // Crash if no short-circuit _ -> { assert True = False } -- cgit v1.2.3