diff --git a/test.py b/test.py index 369c4cf..875d626 100644 --- a/test.py +++ b/test.py @@ -130,7 +130,13 @@ tests: list[ContinuityTest] = [ "Tampines West\n" "529757\n" "Northeast, Singapore" - ) + ), + ( + "Temasek Polytechnic\n" + "21 Tampines Avenue 1\n" + "529757\n" + "Southeast, Singapore" + ), ], ), ]