Skip to content

Commit a2892fa

Browse files
author
Colin Leach
committed
another cater-waiter attempt
1 parent 196c875 commit a2892fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

exercises/concept/cater-waiter/cater-waiter.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
include("sets_categories_data.jl")
2-
include("sets_test_data.jl")
3-
41
function clean_ingredients(dish_name, dish_ingredients)
52

63
end

exercises/concept/cater-waiter/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
using Test
22

33
include("cater-waiter.jl")
4+
include("sets_categories_data.jl")
5+
include("sets_test_data.jl")
6+
47

58
@testset verbose=true "tests" begin
69
@testset "clean ingredients" begin

0 commit comments

Comments
 (0)