Skip to content

Commit dd62a1b

Browse files
committed
Tinytest fix for pull request.
1 parent 594e46f commit dd62a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
renderToDiv = (comp) ->
22
div = document.createElement("DIV")
3-
Blaze.render(comp).attach(div)
3+
Blaze.render(comp,div)
44
div
55

66
Tinytest.add "Accounts Entry - {{accountButtons}} helper", (test) ->

0 commit comments

Comments
 (0)