From 309e2098e7fcd8e45b344c76bec236166884a519 Mon Sep 17 00:00:00 2001 From: sfsy520 Date: Wed, 18 Sep 2019 16:55:49 +0800 Subject: [PATCH] fix ci for ltc --- test/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.ts b/test/index.ts index bdf4e6b1206..ae12d0fa9b0 100644 --- a/test/index.ts +++ b/test/index.ts @@ -283,7 +283,7 @@ const checkWrongDirectoryItem = (directory, filename) => { } } else if (directory === './images') { - if (['bitcoin.png', 'eos.png', 'ethereum.png', 'omni_31.png', 'atom.png', 'cosmos.png', 'ltc.png'].indexOf(filename) === -1 && + if (['bitcoin.png', 'eos.png', 'ethereum.png', 'omni_31.png', 'atom.png', 'cosmos.png', 'litecoin.png'].indexOf(filename) === -1 && !isEthAddressPng(filename) && !isEosTokenPng(filename)) { // temporality not throw