Skip to content

Commit 20333f5

Browse files
committed
fix
1 parent 8273984 commit 20333f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ end
7878
@test @inferred(TupleTools.diff((1, ))) == ()
7979
@test @inferred(TupleTools.diff((1, 2, 3))) == (1, 1)
8080

81-
@test TupleTools.sort(2,1,3.0) === (1,2,3.0)
81+
@test TupleTools.sort((2,1,3.0)) === (1,2,3.0)

0 commit comments

Comments
 (0)