Skip to content

Commit e185414

Browse files
Update tests
1 parent dd6bd52 commit e185414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/core.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,6 @@ end
212212
]),
213213
html_div(id = "my-div2")
214214
end
215-
@test app["target"].id == "target"
216-
@test app["ups"] === nothing
215+
@test app.layout["target"].id == "target"
216+
@test app.layout["ups"] === nothing
217217
end

0 commit comments

Comments
 (0)