Skip to content

Commit 53864bd

Browse files
committed
Type test_throws
1 parent cdccace commit 53864bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_distances.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ B = rand(20,5)
2525
@test d(0,1) 0 atol=1e-16
2626
@test d(0,0.5) 1
2727
@test_throws DimensionMismatch d(rand(5),rand(4))
28-
@test_throw DimensionMismatch d(rand(3),rand(3))
28+
@test_throws DimensionMismatch d(rand(3),rand(3))
2929
end
3030
end

0 commit comments

Comments
 (0)