Skip to content

Commit 289f11f

Browse files
committed
Fix unit tests for downloaded comopnents verification message change
1 parent f0d00d0 commit 289f11f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/model/installable-item-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe('InstallableItem', function() {
179179
installItem.checkAndDownload('temp/inatall.zip', 'url', 'sha', undefined, undefined, fakeProgress);
180180

181181
expect(fakeProgress.setStatus).to.have.been.calledOnce;
182-
expect(fakeProgress.setStatus).to.have.been.calledWith('Verifying Existing Download');
182+
expect(fakeProgress.setStatus).to.have.been.calledWith('Verifying previously downloaded components');
183183
});
184184

185185
it('should not change progress status if current status is \'Downloading\'', function() {

0 commit comments

Comments
 (0)