fix(ci): stub appName must match test expectation 'KRYZ Go!'
CI / Lint (pull_request) Successful in 19m20s
CI / Test (pull_request) Successful in 19m19s
CI / Build iOS (pull_request) Waiting to run
CI / Build Android (pull_request) Failing after 26m21s

This commit is contained in:
robot
2026-08-01 08:14:45 +00:00
parent 6570ad8a87
commit 7747ea194c
+1 -1
View File
@@ -18,7 +18,7 @@ DEFAULT_APP_CONFIG = '''// GENERATED STUB — DO NOT EDIT.
class AppConfig { class AppConfig {
static const String callsign = 'KRYZ'; static const String callsign = 'KRYZ';
static const String appName = 'KRYZ Go'; static const String appName = 'KRYZ Go!';
static const String tagline = ''; static const String tagline = '';
static const String frequency = ''; static const String frequency = '';
static const String streamUrl = ''; static const String streamUrl = '';