Skip to content

Commit 10d930f

Browse files
committed
Merge pull request #348 from cunneen/hotfix/fix_tinytests_pull_request
Tinytest fix for pull request.
2 parents 594e46f + dd62a1b commit 10d930f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client.coffee

Lines changed: 1 addition & 1 deletion
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)