Skip to content

Commit 5ac1cbc

Browse files
committed
Fix tests in Julia 1.10
1 parent 59dcc28 commit 5ac1cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_delta.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ using TestExtras: @constinferred
350350

351351
# Eye ⊗ Eye
352352
a = Eye(2) Eye(2)
353-
for f in KroneckerArrays.MATRIX_FUNCTIONS
353+
for f in MATRIX_FUNCTIONS
354354
@eval begin
355355
@test $f($a) == arg1($a) $f(arg2($a))
356356
end

0 commit comments

Comments
 (0)