We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c569596 commit 511c1dfCopy full SHA for 511c1df
test/example_data.dart
@@ -393,6 +393,11 @@ final Account otherAccount = account(
393
user: otherUser,
394
apiKey: '6dxT4b73BYpCTU+i4BB9LAKC5h/CufqY', // A Zulip API key is 32 digits of base64.
395
);
396
+final Account thirdAccount = account(
397
+ id: 1003,
398
+ user: thirdUser,
399
+ apiKey: 'q8HdN7u5Yz3Wc9LhQv1Rb4o2sXjKf6Ut', // A Zulip API key is 32 digits of base64.
400
+);
401
402
//|//////////////////////////////////////////////////////////////
403
// Data attached to the self-account on the realm
0 commit comments