Skip to content

Commit f131d44

Browse files
make the test to be correct
1 parent c015add commit f131d44

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
@@ -1,5 +1,5 @@
11
using NbodySimulator, Test
22

33
@testset "Initial test" begin
4-
@test sqrt(125) == 6
4+
@test sqrt(36) == 6
55
end

0 commit comments

Comments
 (0)