Skip to content

Commit

Permalink
Replaced @testset with @testitem
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Feb 12, 2024
1 parent 76b68d4 commit b6d870e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EpiAware/test/test_epimodel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end

@test model(recent_incidence, Rt) == expected_output
end
@testset "EpiModel constructor" begin
@testitem "EpiModel constructor" begin
gen_int = [0.2, 0.3, 0.5]
delay_int = [0.1, 0.4, 0.5]
cluster_coeff = 0.8
Expand All @@ -52,7 +52,7 @@ end
@test size(model.delay_kernel) == (time_horizon, time_horizon)
end

@testset "EpiModel function" begin
@testitem "EpiModel function" begin
recent_incidence = [10, 20, 30]
Rt = 1.5

Expand Down

0 comments on commit b6d870e

Please sign in to comment.