Skip to content

Commit a16a11f

Browse files
committed
test: Bump recentZulip{Version,FeatureLevel} in example data
1 parent fd79d07 commit a16a11f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/example_data.dart

+2-2
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)