Skip to content

Commit eaa4f94

Browse files
committed
example_data: Add thirdAccount
1 parent caef159 commit eaa4f94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/example_data.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,11 @@ final Account otherAccount = account(
393393
user: otherUser,
394394
apiKey: '6dxT4b73BYpCTU+i4BB9LAKC5h/CufqY', // A Zulip API key is 32 digits of base64.
395395
);
396+
final Account thirdAccount = account(
397+
id: 1003,
398+
user: thirdUser,
399+
apiKey: 'q8HdN7u5Yz3Wc9LhQv1Rb4o2sXjKf6Ut', // A Zulip API key is 32 digits of base64.
400+
);
396401

397402
//|//////////////////////////////////////////////////////////////
398403
// Data attached to the self-account on the realm

0 commit comments

Comments
 (0)