We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba0ea2 commit c2182e7Copy full SHA for c2182e7
Fibonacci/test/benitor.jl
@@ -1,4 +1,4 @@
1
-@test Benitor.fibonacci(0) .== 0
2
-@test Benitor.fibonacci(1) .== 1
3
-@test Benitor.fibonacci(2) .== 1
4
-@test Benitor.fibonacci(4) .== 3
+@test Benitor.fibonacci(0) == 0
+@test Benitor.fibonacci(1) == 1
+@test Benitor.fibonacci(2) == 1
+@test Benitor.fibonacci(4) == 3
0 commit comments