Skip to content

Commit

Permalink
test: Bump eg.recentZulipFeatureLevel and recentZulipVersion to 9.0
Browse files Browse the repository at this point in the history
This keeps eg.account and eg.initialSnapshot using recent versions
by default.
  • Loading branch information
gnprice authored and chrisbobbe committed Oct 27, 2024
1 parent 1d2656b commit 443094d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/example_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 443094d

Please sign in to comment.