Skip to content

Commit 0d51640

Browse files
update tests
1 parent 1adb4a7 commit 0d51640

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/partitions_test.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ a = 5
2222
p .= (*).(p,5)
2323
p .= (*).(p,a)
2424
p .= (*).(p,p2)
25+
K = (*).(p,p2)

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ using Base.Test
44

55
tic()
66
@time @testset "Utils Tests" begin include("utils_test.jl.jl") end
7-
@time @testset "Partitions Tests" begin include("partitions_test.jl.jl") end
7+
@time @testset "Partitions Tests" begin include("partitions_test.jl") end
88
toc()

0 commit comments

Comments
 (0)