mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
another test typo
This commit is contained in:
committed by
Geoff Schmidt
parent
ad55fc8cb9
commit
e2f60158fa
@@ -864,7 +864,7 @@ test("renderList - #each", function () {
|
||||
onscreen.appendChild(Template.test_renderList_each());
|
||||
document.body.appendChild(onscreen);
|
||||
|
||||
assert_frag("~Before0<!---->~Middle~Else~After~", onscreen);
|
||||
assert_frag("~Before0<!---->Middle~Else~After~", onscreen);
|
||||
assert.length(_.keys(weather_listeners.here), 0);
|
||||
|
||||
c.insert({x: 2, name: "A"});
|
||||
|
||||
Reference in New Issue
Block a user