Skip to content

Commit 143a2d2

Browse files
Update runtests.jl
Co-authored-by: Milan Bouchet-Valat <[email protected]>
1 parent 2d02c9a commit 143a2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ my_tests = ["ambiguity.jl",
3232
# because VIF and GVIF are defined in StatsAPI for RegressionModel,
3333
# which is also defined there, it's flagged as piracy. But
3434
# we're the offical implementers so it's privateering.
35-
Aqua.test_all(StatsModels; ambiguities=false, piracies=(treat_as_own=[vif, gvif],),)
35+
Aqua.test_all(StatsModels; ambiguities=false, piracies=(treat_as_own=[vif, gvif],))
3636
end
3737

3838
for tf in my_tests

0 commit comments

Comments
 (0)