Skip to content

Commit 4019b38

Browse files
fixing GWIS test string output
1 parent c9ebfa5 commit 4019b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/inputs_from_gwis_config.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function check_estimands_levels_order(estimands)
3535
end
3636
end
3737

38-
@testset "Test inputs_from_config gwas: no positivity constraint" begin
38+
@testset "Test inputs_from_config gwis: no positivity constraint" begin
3939
tmpdir = mktempdir()
4040
copy!(ARGS, [
4141
"estimation-inputs",
@@ -73,7 +73,7 @@ end
7373
end
7474

7575

76-
@testset "Test inputs_from_config gwas: positivity constraint" begin
76+
@testset "Test inputs_from_config gwis: positivity constraint" begin
7777
tmpdir = mktempdir()
7878
copy!(ARGS, [
7979
"estimation-inputs",

0 commit comments

Comments
 (0)