Skip to content

Commit 9ecce31

Browse files
committed
fix typo
1 parent 1f2502b commit 9ecce31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using GeometryOps: CLibraryPlanarAlgorithm, GEOS, TG, PROJ
2323
@test alg.params == (; a=1, b=2)
2424

2525
# Test null constructor
26-
alg = TestAlg(())
26+
alg = TestAlg()
2727
@test alg.params == NamedTuple()
2828

2929
# Test manifold methods

0 commit comments

Comments
 (0)