Skip to content

Commit be98182

Browse files
committed
test_parser.py
1 parent e83e17e commit be98182

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

data/tests/test_parser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import pytest
22
from typing import List
33

4-
from data.parser import urls
4+
from .parser import urls
55

66

77
def test_parse_urls():
88

9-
109
assert(type(urls)) == List[str]

0 commit comments

Comments
 (0)