Fix failing test.

This commit is contained in:
André Cruz
2013-04-22 14:53:10 +02:00
parent 90353bdd0f
commit 39724517cc

View File

@@ -636,8 +636,7 @@ describe('package', function () {
var warn = [];
pkg.on('resolve', function () {
// jQuery will get resolved twice as it is a dependency of both explicit dependencies.
assert.equal(warn.length, 4);
assert.equal(warn.length, 3);
next();
});