Bug 1105689 - use SHA384 certificates to sign app update mar files. Part 5 - app update test change for the new test mar file size. r=mhowell, a=app_update_sha384

This commit is contained in:
Robert Strong 2017-07-30 23:27:44 -07:00
Родитель 6d6b913f60
Коммит 013866ec3b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@
/* eslint-disable no-undef */
const FILE_SIMPLE_MAR = "simple.mar";
const SIZE_SIMPLE_MAR = "1148";
const SIZE_SIMPLE_MAR = "1404";
const STATE_NONE = "null";
const STATE_DOWNLOADING = "downloading";