Skip to content

Commit 6db9b59

Browse files
committed
Remove Dim
1 parent ecffe17 commit 6db9b59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/runtests.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@ const DST = DataScienceTraits
257257
end
258258

259259
@testset "Meshes" begin
260-
@test scitype(rand(Point{2})) <: DST.Geometrical
261-
@test scitype(rand(Triangle{2})) <: DST.Geometrical
262-
@test scitype(rand(Triangle{2})) <: DST.Geometrical
263-
@test elscitype([rand(Point{2})]) <: DST.Geometrical
264-
@test elscitype([rand(Triangle{2})]) <: DST.Geometrical
260+
@test scitype(rand(Point)) <: DST.Geometrical
261+
@test scitype(rand(Triangle)) <: DST.Geometrical
262+
@test scitype(rand(Triangle)) <: DST.Geometrical
263+
@test elscitype([rand(Point)]) <: DST.Geometrical
264+
@test elscitype([rand(Triangle)]) <: DST.Geometrical
265265
@test elscitype([Point(0, 0), missing, Point(1, 1)]) <: DST.Geometrical
266266
@test elscitype([Triangle((0, 0), (1, 0), (1, 1)), missing, Point(1, 1)]) <: DST.Geometrical
267267
end

0 commit comments

Comments
 (0)