From 0f6dd0ca5a400e19ee94a41ca7d0e3271bd511d1 Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Thu, 23 Nov 2023 17:39:21 +0000 Subject: [PATCH] Improve test coverage --- test/unittests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittests.jl b/test/unittests.jl index 266bee60..b159f3b9 100644 --- a/test/unittests.jl +++ b/test/unittests.jl @@ -1286,7 +1286,7 @@ end :nextfloat, :prevfloat, :identity, :transpose, :copysign, :flipsign, :modf, :floor, :trunc, :ceil, :significand, - :ldexp, :round, :mod + :ldexp, :round, :mod, :rem ) for Q in (RealQuantity, Quantity, GenericQuantity), D in (Dimensions, SymbolicDimensions), f in functions T = f in (:abs, :real, :imag, :conj) ? ComplexF64 : Float64