From 443094d126b981800fad506d2b60c8b786791233 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sun, 27 Oct 2024 13:38:57 -0700 Subject: [PATCH] test: Bump eg.recentZulipFeatureLevel and recentZulipVersion to 9.0 This keeps eg.account and eg.initialSnapshot using recent versions by default. --- test/example_data.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/example_data.dart b/test/example_data.dart index 0617f10cdb..7f6e505ee3 100644 --- a/test/example_data.dart +++ b/test/example_data.dart @@ -24,8 +24,8 @@ void _checkPositive(int? value, String description) { final Uri realmUrl = Uri.parse('https://chat.example/'); Uri get _realmUrl => realmUrl; -const String recentZulipVersion = '8.0'; -const int recentZulipFeatureLevel = 185; +const String recentZulipVersion = '9.0'; +const int recentZulipFeatureLevel = 278; const int futureZulipFeatureLevel = 9999; GetServerSettingsResult serverSettings({