Skip to content

Commit

Permalink
tests: add missing test case (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 authored Oct 2, 2023
1 parent f21d3a9 commit 4da6bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/math.jl
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ using TheAlgorithms.Math
@test sum_gp(1, 2, 0) == -0.0
@test sum_gp(-1, 2, 10) == -1023.0
@test sum_gp(1, -2, 10) == -341.0
@test sum_gp(10, 1, 3) == 30.0
end

@testset "Math: Sieve of Eratosthenes" begin
Expand Down

0 comments on commit 4da6bc6

Please sign in to comment.