From 66391ca209a5e4ab26984d7e6b2a12a22f0b37e9 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 13 May 2020 00:47:49 +0200 Subject: [PATCH] Ensure that build fail on bad test --- Sorts/BogoSort.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sorts/BogoSort.js b/Sorts/BogoSort.js index 68d68edcc..385fa53b7 100644 --- a/Sorts/BogoSort.js +++ b/Sorts/BogoSort.js @@ -4,7 +4,7 @@ */ // > [].isSorted() -// true +// false // > [1].isSorted() // true // > [1,2,3].isSorted()