tests: add alternative tp output
This commit is contained in:
parent
3a3c95bd6c
commit
67bc334587
1 changed files with 7 additions and 1 deletions
8
test.py
8
test.py
|
@ -130,7 +130,13 @@ tests: list[ContinuityTest] = [
|
||||||
"Tampines West\n"
|
"Tampines West\n"
|
||||||
"529757\n"
|
"529757\n"
|
||||||
"Northeast, Singapore"
|
"Northeast, Singapore"
|
||||||
)
|
),
|
||||||
|
(
|
||||||
|
"Temasek Polytechnic\n"
|
||||||
|
"21 Tampines Avenue 1\n"
|
||||||
|
"529757\n"
|
||||||
|
"Southeast, Singapore"
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue