Skip to content

Commit 1b35a67

Browse files
committed
runic
1 parent 69df03c commit 1b35a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ end
222222
@test map(vfxyz, gxyz) == map(vfv, gxyz)
223223
end
224224

225-
function testrw(grid, format; compare_kwargs=(confidence=:full,), kwargs...)
225+
function testrw(grid, format; compare_kwargs = (confidence = :full,), kwargs...)
226226
#@warn format
227227
ftmp = tempname() * "." * format
228228
write(ftmp, grid; kwargs...)
@@ -241,7 +241,7 @@ end
241241

242242
@testset "Read/Write dom" begin
243243
X = collect(0:0.05:1)
244-
@test testrw(simplexgrid(X, X), "dom"; compare_kwargs=(sort=true, skipkeys=[XCoordinates, YCoordinates, BRegionDomCode]))
244+
@test testrw(simplexgrid(X, X), "dom"; compare_kwargs = (sort = true, skipkeys = [XCoordinates, YCoordinates, BRegionDomCode]))
245245
end
246246

247247

0 commit comments

Comments
 (0)