Skip to content

Commit e823ed8

Browse files
Update test/rulesets/LinearAlgebra/structured.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a275f1f commit e823ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rulesets/LinearAlgebra/structured.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@
164164

165165
@testset "Tridiagonal" begin
166166
res, pb = rrule(Tridiagonal, [1, 4], [2, 3, 4], [5, 3])
167-
@test pb(10*res) == (NoTangent(), [10, 40], [20, 30, 40], [50, 30])
167+
@test pb(10 * res) == (NoTangent(), [10, 40], [20, 30, 40], [50, 30])
168168
end
169169
end

0 commit comments

Comments
 (0)