Skip to content

Commit 4c83535

Browse files
adding back tests that depended on R installation
1 parent 1798f21 commit 4c83535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/GeneralUtilsTest.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Testing funtions in GeneralUtils.jl
22
@testset "GeneralUtils.jl" begin
3-
#@test nainterpret([1,missing,3])[2] == 2.0
4-
#@test nainterpret!([1,missing,3])[2] == 2.0
3+
@test nainterpret([1,missing,3])[2] == 2.0
4+
@test nainterpret!([1,missing,3])[2] == 2.0
55
end

0 commit comments

Comments
 (0)