Skip to content

Commit

Permalink
fix checks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Nov 2, 2023
1 parent 3dc324a commit d3f67f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ The `@implements` macro takes two arguments.
struct Chicken <: Animals.Animal end

# As expected, the tests fail
chickens =
chickens = [Chicken()]
try
Interfaces.test(Animals.AnimalInterface, Chicken)
Interfaces.test(Animals.AnimalInterface, Chicken, chickens)
catch e
print(e)
end
Expand Down

0 comments on commit d3f67f7

Please sign in to comment.