Skip to content

Commit be66aa6

Browse files
updating comments
1 parent f47b950 commit be66aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

card_data/pipelines/tests/extract_series_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ def mock_api_response():
1414
return [
1515
{"id": "sv", "name": "Scarlet & Violet", "logo": "https://example.com/sv.png"},
1616
{"id": "swsh", "name": "Sword & Shield", "logo": "https://example.com/swsh.png"},
17-
{"id": "xy", "name": "XY", "logo": "https://example.com/xy.png"}, # Should be filtered out
17+
{"id": "xy", "name": "XY", "logo": "https://example.com/xy.png"},
1818
{"id": "me", "name": "McDonald's Collection", "logo": "https://example.com/me.png"},
19-
{"id": "sm", "name": "Sun & Moon", "logo": None}, # Should be filtered out
19+
{"id": "sm", "name": "Sun & Moon", "logo": None},
2020
]
2121

2222
@responses.activate

0 commit comments

Comments
 (0)