Skip to content

Commit f7bc2b2

Browse files
committed
fix constructor in test
1 parent 213e091 commit f7bc2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/total.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ end
137137
(SciMLOperators.AdjointOperator(F), SciMLOperators.AdjointOperator),
138138
(SciMLOperators.TransposedOperator(F), SciMLOperators.TransposedOperator),
139139
(SciMLOperators.InvertedOperator(F), SciMLOperators.InvertedOperator),
140-
(SciMLOperators.InvertibleOperator(F), SciMLOperators.InvertibleOperator),
140+
(SciMLOperators.InvertibleOperator(F, F), SciMLOperators.InvertibleOperator),
141141
)
142142

143143
L = deepcopy(L)

0 commit comments

Comments
 (0)