rename logging test that is no longer in logging

This commit is contained in:
David Glasser
2013-07-24 00:42:34 -07:00
parent 5e9d030f13
commit ccd697c08f

View File

@@ -1,4 +1,4 @@
Tinytest.add("logging - debug", function (test) {
Tinytest.add("core - debug", function (test) {
// Just run a log statement and make sure it doesn't explode.
Meteor._suppress_log(3);