From 67bc334587c9f8e6c0a08207f02e63cdc00760ac Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Tue, 19 Sep 2023 15:02:22 +0000 Subject: [PATCH] tests: add alternative tp output --- test.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" + ), ], ), ]