Skip to content

Commit

Permalink
Fix test error
Browse files Browse the repository at this point in the history
Use `htl"` instead of `md"`
  • Loading branch information
genericallyterrible committed Feb 14, 2024
1 parent 303221e commit 4c6e7c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ transform(el, x) = AbstractPlutoDingetjes.Bonds.transform_value(el, x)

@test hrd(details("a", "b"))
@test hrd(details("a", ("b","c"); open=true))
@test hrd(details("a", [md"b", Slider(1:10)]; open=true))
@test hrd(details("a", [htl"b", Slider(1:10)]; open=true))

el = Slider(0.0:π:20)
@test default(el) == 0
Expand Down Expand Up @@ -503,4 +503,3 @@ transform(el, x) = AbstractPlutoDingetjes.Bonds.transform_value(el, x)
el = Scrubbable(A)
@test default(el) == A
end

0 comments on commit 4c6e7c8

Please sign in to comment.