From 3ae4360804b8bb09cf3e4e63dab4f7087d4497f5 Mon Sep 17 00:00:00 2001 From: discoman Date: Thu, 2 Apr 2026 20:37:43 +0000 Subject: [PATCH] Update src/functional_tests/test_billboard.py --- src/functional_tests/test_billboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functional_tests/test_billboard.py b/src/functional_tests/test_billboard.py index 38fb813..1df27c9 100644 --- a/src/functional_tests/test_billboard.py +++ b/src/functional_tests/test_billboard.py @@ -97,8 +97,8 @@ 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)