Skip to content

Commit

Permalink
fix Interfaces tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Nov 2, 2023
1 parent 6a830c8 commit f9dc2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/advanced.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ In summary, there are two things to remember:
using Test #src

@test Interfaces.test(Group.GroupInterface, Float64) #src
@test !Interfaces.test(Group.GroupInterface, int_pairs) #src
@test !Interfaces.test(Group.GroupInterface, Int, int_pairs) #src
@test_throws ArgumentError Interfaces.test(Group.GroupInterface, Float64, int_pairs) #src

0 comments on commit f9dc2ec

Please sign in to comment.