Skip to content

Commit

Permalink
Update boutique_inventory_test.gleam
Browse files Browse the repository at this point in the history
out_of_stock_test was not run because it got an invalid name
  • Loading branch information
hog590 authored and lpil committed Nov 15, 2024
1 parent 28ae405 commit 837d2f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 837d2f5

Please sign in to comment.