From 837d2f521ce743b9573976bf760a62ac35a21d03 Mon Sep 17 00:00:00 2001 From: Hog590 <35235186+hog590@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:47:25 +0100 Subject: [PATCH] Update boutique_inventory_test.gleam out_of_stock_test was not run because it got an invalid name --- .../boutique-inventory/test/boutique_inventory_test.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/boutique-inventory/test/boutique_inventory_test.gleam b/exercises/concept/boutique-inventory/test/boutique_inventory_test.gleam index 4c268ba1..f6757324 100644 --- a/exercises/concept/boutique-inventory/test/boutique_inventory_test.gleam +++ b/exercises/concept/boutique-inventory/test/boutique_inventory_test.gleam @@ -55,7 +55,7 @@ pub fn cheap_does_not_consume_iterator_test() { |> should.equal([]) } -pub fn out_of_stock_terst() { +pub fn out_of_stock_test() { [ Item("Red Brown Dress", 65, 0), Item("Black Short Skirt", 29, 8),