Skip to content

Commit

Permalink
remove bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Jun 5, 2023
1 parent 367a358 commit 64d88c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ n2 = h("div", "hi")
@test_throws BoundsError n[2]
n[1] = "new"
@test n[1] == "new"

@test_throws ErrorException display(h.div(nothing))
end
#-----------------------------------------------------------------------------# HTML
@testset "HTML" begin
Expand Down

2 comments on commit 64d88c7

@joshday
Copy link
Member Author

@joshday joshday commented on 64d88c7 Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/84924

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" 64d88c78582d9ba3f61f9957f062db4820e22e38
git push origin v0.4.0

Please sign in to comment.