Skip to content

Commit ae1614a

Browse files
test fix
1 parent e776de8 commit ae1614a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/measurements.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using RecursiveArrayTools, Measurements, Test
22

33
x = 1.0 ± 0.0
4-
@test recursive_unitless_bottom_eltype(x) isa Measurements.Measurement{Float64}
5-
@test recursive_unitless_eltype(x) isa Measurements.Measurement{Float64}
4+
@test recursive_unitless_bottom_eltype(x) === Measurements.Measurement{Float64}
5+
@test recursive_unitless_eltype(x) === Measurements.Measurement{Float64}

0 commit comments

Comments
 (0)