Skip to content

Commit 311271e

Browse files
rajveermalviyagnprice
authored andcommitted
notif test: Fix incorrect test accounts with same account-ids
This should never be possible.
1 parent 3fa51c5 commit 311271e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/notifications/display_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ void main() {
732732

733733
final account2 = eg.account(
734734
realmUrl: Uri.parse('https://2.chat.example'),
735-
id: 1001,
735+
id: 1002,
736736
user: eg.user(userId: 1001));
737737
final message2 = eg.streamMessage(id: 1000, stream: stream, topic: topic);
738738
final data2 =

0 commit comments

Comments
 (0)