Skip to content

Commit 67a9861

Browse files
committed
Updated tests
1 parent 7a1123c commit 67a9861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ using Polynomials
8585
@test isgolayperfect(11, 6, 5, 4) == false
8686

8787
@test length(get_codewords(5, 5, 3)) ∈ [74:74...]
88-
@test length(get_codewords(4, 7, 3; m = 1)) ∈ [256:303...]
88+
@test length(get_codewords(4, 7, 3; m = 1)) ∈ [256:308...]
8989
@test length(get_codewords_greedy(5, 5, 3)) == 74
9090
randq, randn = rand(1:8, 2)
9191
@test length(get_all_words(randq, randn)) == big(randq)^randn

0 commit comments

Comments
 (0)