From 7747ea194c5eaa7b338aae7fffcbeddd21c02abb Mon Sep 17 00:00:00 2001 From: robot Date: Sat, 1 Aug 2026 08:14:45 +0000 Subject: [PATCH] fix(ci): stub appName must match test expectation 'KRYZ Go!' --- ci_stub_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_stub_gen.py b/ci_stub_gen.py index b569b15..0464674 100644 --- a/ci_stub_gen.py +++ b/ci_stub_gen.py @@ -18,7 +18,7 @@ DEFAULT_APP_CONFIG = '''// GENERATED STUB — DO NOT EDIT. class AppConfig { static const String callsign = 'KRYZ'; - static const String appName = 'KRYZ Go'; + static const String appName = 'KRYZ Go!'; static const String tagline = ''; static const String frequency = ''; static const String streamUrl = '';