From 43cb84e8f405df1d80babafff39d213cf06b5fa5 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Thu, 2 Apr 2026 22:16:40 -0400 Subject: [PATCH] updated assertions in FTs.test_billboard to match the refined prose rendering from last commit --- src/functional_tests/test_billboard.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/functional_tests/test_billboard.py b/src/functional_tests/test_billboard.py index 38fb813..fe2e346 100644 --- a/src/functional_tests/test_billboard.py +++ b/src/functional_tests/test_billboard.py @@ -97,11 +97,11 @@ class BillboardScrollTest(FunctionalTest): ) # Gate fill events are rendered as prose - self.assertIn("deposits a Coin-on-a-String for slot 1 (7 days)", scroll.text) - self.assertIn("deposits a Free Token for slot 2 (7 days)", scroll.text) + self.assertIn("deposits a Coin-on-a-String for slot 1 (expires in 7 days).", scroll.text) + self.assertIn("deposits a Free Token for slot 2 (expires in 7 days).", scroll.text) # Role selection event is rendered as prose - self.assertIn("elects to start as Player", scroll.text) + self.assertIn("elects to start as the Player", scroll.text) # ------------------------------------------------------------------ # # Test 3 — current user's events are right-aligned; others' are left #