mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix test
This commit is contained in:
@@ -198,7 +198,7 @@ selftest.define("report-stats", ["slow", "net"], function () {
|
||||
appPackages = stats.getPackagesForAppIdInTest(sandboxProject);
|
||||
selftest.expectEqual(appPackages.who, testUtils.getUserId(s));
|
||||
selftest.expectEqual(_.sortBy(appPackages.details.packages, "name"),
|
||||
_.sortBy(packageList(sandboxProject), "name"));
|
||||
_.sortBy(stats.packageList(sandboxProject), "name"));
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user