Skip to content

Commit

Permalink
Update test/Rings-test.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Göttgens <lars.goettgens@rwth-aachen.de>
  • Loading branch information
thofma and lgoettgens authored Feb 2, 2024
1 parent 6f4d4e8 commit db5d948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Rings-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ end
@test !is_finite(QQ)
end

import LinearAlgebra: dot

@testset "dot" begin
dot = AbstractAlgebra.LinearAlgebra.dot

Qx, x = QQ["x"]
@test dot([x, x^2], [1, 1]) == x + x^2
@test dot([x, x^2], Rational{BigInt}[1, 1]) == x + x^2
Expand Down

0 comments on commit db5d948

Please sign in to comment.