Tests: Improve fetch gist test to increase coverage (#3107)

* Tests: Improve fetch gist test to increase coverage

* dev
This commit is contained in:
Alexandr Garbuzov
2023-08-20 09:57:16 +02:00
committed by GitHub
parent 32001d9a45
commit 9cb275f4ca
+22 -1
View File
@@ -25,6 +25,27 @@ const gist_data = {
},
size: 85858,
},
{
name: "territories.txt",
language: {
name: "Text",
},
size: 87858,
},
{
name: "countries_spanish.json",
language: {
name: "JSON",
},
size: 85858,
},
{
name: "territories_spanish.txt",
language: {
name: "Text",
},
size: 87858,
},
],
},
},
@@ -56,7 +77,7 @@ describe("Test fetchGist", () => {
nameWithOwner: "Yizack/countries.json",
description:
"List of countries and territories in English and Spanish: name, continent, capital, dial code, country codes, TLD, and area in sq km. Lista de países y territorios en Inglés y Español: nombre, continente, capital, código de teléfono, códigos de país, dominio y área en km cuadrados. Updated 2023",
language: "JSON",
language: "Text",
starsCount: 33,
forksCount: 11,
});