mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix a Template name collision that broke tests
This commit is contained in:
@@ -550,8 +550,8 @@ Tinytest.add('templating - each falsy Issue #801', function (test) {
|
||||
});
|
||||
|
||||
Tinytest.add('templating - duplicate template error', function (test) {
|
||||
Template.__define__("foo", function () {});
|
||||
Template.__define__("test_duplicate_template", function () {});
|
||||
test.throws(function () {
|
||||
Template.__define__("foo", function () {});
|
||||
Template.__define__("test_duplicate_template", function () {});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user