ctt: update uq and np tests

This commit is contained in:
Mark Joshwel 2023-10-14 17:25:30 +00:00
parent e781c4fe89
commit 7c7c921f1d

16
test.py
View file

@ -94,6 +94,13 @@ tests: list[ContinuityTest] = [
"4072\n" "4072\n"
"Queensland, Australia" "Queensland, Australia"
), ),
(
"The University of Queensland\n"
"Hawken Drive\n"
"St Lucia, Greater Brisbane\n"
"4072\n"
"Queensland, Australia"
),
], ],
), ),
ContinuityTest( ContinuityTest(
@ -105,7 +112,14 @@ tests: list[ContinuityTest] = [
"Bukit Timah\n" "Bukit Timah\n"
"599489\n" "599489\n"
"Northwest, Singapore" "Northwest, Singapore"
) ),
(
"Ngee Ann Polytechnic\n"
"535 Clementi Road\n"
"Ewart Park, Bukit Timah\n"
"599489\n"
"Northwest, Singapore"
),
], ],
), ),
ContinuityTest( ContinuityTest(