Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Dec 19, 2023
1 parent 143ed31 commit 10918ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ using Bingomatic
using Test

@testset "Bingomatic.jl" begin
using Plots

@test_throws ErrorException sample_words(["a","b"], 2)
@test_throws ErrorException sample_words(["a", "b", "c"], 4)
n_rows = 3
Expand Down

0 comments on commit 10918ae

Please sign in to comment.