Skip to content

Commit 4b2a013

Browse files
committed
fix
1 parent cb12f59 commit 4b2a013

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,11 @@ end
110110

111111
@test whynot(==, AB(1,2), AB(1,[2])) isa WN.ChildrenTraitMismatch
112112
@test whynot(==, AB(1,2), AB(1,[2])).lens === (@optic _.b)
113+
113114
res = whynot(==, AB(1,2), AB(1,[2]))
114115
s = sprint(show,res)
115-
@test occursin("lens", s)
116116
@test occursin("_.b", s)
117+
@test occursin("$(res.lens)", s)
117118

118119
@testset "readme" begin
119120
expected = (

0 commit comments

Comments
 (0)