Skip to content

Commit 8a61a3d

Browse files
committed
fix paranthesis
1 parent eac1a75 commit 8a61a3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_aqua.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
# ExplicitImports.jl
1010
@test isnothing(check_no_implicit_imports(DispersiveShallowWater))
11-
@test isnothing(check_no_stale_explicit_imports(DispersiveShallowWater),
12-
ignore = (:derivative_discontinuity!,))
11+
@test isnothing(check_no_stale_explicit_imports(DispersiveShallowWater,
12+
ignore = (:derivative_discontinuity!,)))
1313
end

0 commit comments

Comments
 (0)