fix(ci): stub appName must match test expectation 'KRYZ Go!'
CI / Lint (pull_request) Successful in 19m23s
CI / Test (pull_request) Successful in 19m18s
CI / Build Android (pull_request) Failing after 24m16s
CI / Build iOS (pull_request) Canceled after 0s

This commit is contained in:
robot
2026-08-01 13:15:41 +00:00
parent 0257937859
commit 6679a1a00c
+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 = '';