From 7d689b4ee54b58d4c4c42224b68a4f7ba620843d Mon Sep 17 00:00:00 2001 From: Amio Jin Date: Mon, 12 Oct 2020 12:46:44 +0800 Subject: [PATCH] chore: update chrome web store api checker --- test/upstreams.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/upstreams.js b/test/upstreams.js index e8ebf68..21056e8 100644 --- a/test/upstreams.js +++ b/test/upstreams.js @@ -17,7 +17,7 @@ async function testUpstreams (tests) { } async function chromeWebStoreVersion () { - const expected = '20200420' + const expected = '20200924' const actual = await chromeWebStore.version() assert.equal(actual, expected, 'Chrome Web Store api version is bumped')