Skip to content

Commit 837d2f5

Browse files
hog590lpil
authored andcommitted
Update boutique_inventory_test.gleam
out_of_stock_test was not run because it got an invalid name
1 parent 28ae405 commit 837d2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/boutique-inventory/test/boutique_inventory_test.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub fn cheap_does_not_consume_iterator_test() {
5555
|> should.equal([])
5656
}
5757

58-
pub fn out_of_stock_terst() {
58+
pub fn out_of_stock_test() {
5959
[
6060
Item("Red Brown Dress", 65, 0),
6161
Item("Black Short Skirt", 29, 8),

0 commit comments

Comments
 (0)