Skip to content

Commit 4da6bc6

Browse files
authored
tests: add missing test case (#187)
1 parent f21d3a9 commit 4da6bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/math.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ using TheAlgorithms.Math
372372
@test sum_gp(1, 2, 0) == -0.0
373373
@test sum_gp(-1, 2, 10) == -1023.0
374374
@test sum_gp(1, -2, 10) == -341.0
375+
@test sum_gp(10, 1, 3) == 30.0
375376
end
376377

377378
@testset "Math: Sieve of Eratosthenes" begin

0 commit comments

Comments
 (0)