Fix size test auto updating -- the version needs to be the current version for the auto update to work (#1885)

This commit is contained in:
Nev 2022-08-17 09:55:35 -07:00 коммит произвёл GitHub
Родитель fcbf8cf2b5
Коммит 652c693abe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -10,7 +10,7 @@ export class AISKUSizeCheck extends AITestClass {
private readonly MAX_BUNDLE_DEFLATE_SIZE = 47;
private readonly rawFilePath = "../dist/applicationinsights-web.min.js";
// Automatically updated by version scripts
private readonly currentVer = "2.8.5";
private readonly currentVer = "2.8.6";
private readonly prodFilePath = `../browser/ai.${this.currentVer[0]}.min.js`;
public testInitialize() {

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

@ -13,7 +13,7 @@ const enum CdnFormat {
export class CdnPackagingChecks extends AITestClass {
// Automatically updated by version scripts
private readonly currentVer = "2.8.5";
private readonly currentVer = "2.8.6";
public testInitialize() {
}