Fix type xml issue

This commit is contained in:
Gaël Métais
2015-06-24 08:01:58 +02:00
parent 30ae0f93f3
commit 87adc575ac
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ describe('weightChecker', function() {
data.toolsResults.weightChecker.offenders.should.have.a.property('gzipCompression');
data.toolsResults.weightChecker.offenders.gzipCompression.totalGain.should.be.above(0);
data.toolsResults.weightChecker.offenders.gzipCompression.files.length.should.equal(4);
data.toolsResults.weightChecker.offenders.gzipCompression.files.length.should.equal(5);
data.toolsResults.weightChecker.offenders.should.have.a.property('fileMinification');
data.toolsResults.weightChecker.offenders.fileMinification.totalGain.should.be.above(0);