Skip to content

Commit 0800900

Browse files
committed
fix typos for name change
1 parent cdbdae9 commit 0800900

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
@@ -1,4 +1,4 @@
1-
using CartesianDomais
1+
using CartesianDomains
22
using Test
33

44
@testset "CartesianDomains.jl" begin
@@ -34,7 +34,7 @@ using Test
3434
# CartesianIndices((4:4, 4:5, 6:6))
3535

3636
# δ isn't exported...
37-
@test CartesianDomainUtils.δ(1, CartesianIndex((4, 5, 6))) == CartesianIndex((1, 0, 0))
37+
@test CartesianDomains.δ(1, CartesianIndex((4, 5, 6))) == CartesianIndex((1, 0, 0))
3838

3939
nhalo = 2
4040
halo, edge = haloedge_regions(domain, 1, nhalo)

0 commit comments

Comments
 (0)