Skip to content

Commit e5c48d9

Browse files
authored
Update tests
1 parent 729caf7 commit e5c48d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transform/lineartransform.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
P2 = randn(rng, Dout, Din)
3737
KernelFunctions.set!(t, P2)
3838
@test t.A == P2
39-
@test_throws AssertionError KernelFunctions.set!(t, rand(rng, Din + 1, Dout))
39+
@test_throws ErrorException KernelFunctions.set!(t, rand(rng, Din + 1, Dout))
4040

4141
@test_throws DimensionMismatch map(t, ColVecs(randn(rng, Din + 1, Dout)))
4242

0 commit comments

Comments
 (0)