Skip to content

Commit

Permalink
fix ci for ltc
Browse files Browse the repository at this point in the history
  • Loading branch information
sfsy520 committed Sep 18, 2019
1 parent 30bb3cd commit 309e209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 309e209

Please sign in to comment.