Skip to content

Commit c3b9b6c

Browse files
chrisbobbegnprice
authored andcommitted
test: Bump recentZulip{Version,FeatureLevel} in example data
1 parent b6556a6 commit c3b9b6c

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
@@ -6,8 +6,8 @@ import 'api/fake_api.dart';
66

77
final Uri realmUrl = Uri.parse('https://chat.example/');
88

9-
const String recentZulipVersion = '6.1';
10-
const int recentZulipFeatureLevel = 164;
9+
const String recentZulipVersion = '8.0';
10+
const int recentZulipFeatureLevel = 185;
1111
const int futureZulipFeatureLevel = 9999;
1212

1313
User user({int? userId, String? email, String? fullName}) {

0 commit comments

Comments
 (0)