Skip to content

Commit

Permalink
Update blink-test.jl to use preferred macro (#376)
Browse files Browse the repository at this point in the history
This change resolves a warning that was being thrown during test execution
  • Loading branch information
Ryan Sherer authored and twavv committed Jan 1, 2020
1 parent e261042 commit e7585c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blink-tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function WebIO.render(::ExampleRenderableType)
node(:div, "hello world")
end

WebIO.register_renderable(ExampleRenderableType)
@WebIO.register_renderable ExampleRenderableType

w = open_window()
@testset "register_renderable" begin
Expand Down

0 comments on commit e7585c5

Please sign in to comment.