Skip to content

Commit b5fff6d

Browse files
authored
Update test_data.py
1 parent bc7467f commit b5fff6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ def testToStation(input, expectedStation):
207207
station: Station = converter.toStation(input)
208208
assert expectedStation == station
209209

210+
210211
@pytest.mark.parametrize("inputTraffic,inputNearestStation,expectedStation", [
211212
("JR中央線「高尾」駅徒歩25~30分", None, "JR中央線「高尾」駅"),
212213
("JR中央線「高尾」駅バス7分 徒歩1~11分", None, "JR中央線「高尾」駅"),

0 commit comments

Comments
 (0)