Skip to content

Commit

Permalink
Dummy test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCedarPrince authored May 9, 2024
1 parent 1bf22d2 commit 2b473de
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ using Test

@testset "OMOPCDMPathways.jl" begin
# Write your tests here.
@test 2 + 2 == 4
@test hello() == "world"

# Dummy tests
@testset "Dummy tests" begin
@test true
@test 1 + 1 == 2
@test 2 * 2 == 4
@test 2 ^ 2 == 4
end
end

0 comments on commit 2b473de

Please sign in to comment.