Skip to content

Commit

Permalink
fixing GWIS test string output
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-slaughter committed Nov 18, 2024
1 parent c9ebfa5 commit 4019b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/inputs_from_gwis_config.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function check_estimands_levels_order(estimands)
end
end

@testset "Test inputs_from_config gwas: no positivity constraint" begin
@testset "Test inputs_from_config gwis: no positivity constraint" begin
tmpdir = mktempdir()
copy!(ARGS, [
"estimation-inputs",
Expand Down Expand Up @@ -73,7 +73,7 @@ end
end


@testset "Test inputs_from_config gwas: positivity constraint" begin
@testset "Test inputs_from_config gwis: positivity constraint" begin
tmpdir = mktempdir()
copy!(ARGS, [
"estimation-inputs",
Expand Down

0 comments on commit 4019b38

Please sign in to comment.