Skip to content

Commit 443094d

Browse files
gnpricechrisbobbe
authored andcommitted
test: Bump eg.recentZulipFeatureLevel and recentZulipVersion to 9.0
This keeps eg.account and eg.initialSnapshot using recent versions by default.
1 parent 1d2656b commit 443094d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/example_data.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ void _checkPositive(int? value, String description) {
2424
final Uri realmUrl = Uri.parse('https://chat.example/');
2525
Uri get _realmUrl => realmUrl;
2626

27-
const String recentZulipVersion = '8.0';
28-
const int recentZulipFeatureLevel = 185;
27+
const String recentZulipVersion = '9.0';
28+
const int recentZulipFeatureLevel = 278;
2929
const int futureZulipFeatureLevel = 9999;
3030

3131
GetServerSettingsResult serverSettings({

0 commit comments

Comments
 (0)