Skip to content

Commit

Permalink
notif test: Fix incorrect test accounts with same accountIds
Browse files Browse the repository at this point in the history
This should never be possible.
  • Loading branch information
rajveermalviya committed Oct 18, 2024
1 parent b3b6041 commit 0330389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/notifications/display_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ void main() {

final account2 = eg.account(
realmUrl: Uri.parse('https://2.chat.example'),
id: 1001,
id: 1002,
user: eg.user(userId: 1001));
final message2 = eg.streamMessage(id: 1000, stream: stream, topic: topic);
final data2 =
Expand Down

0 comments on commit 0330389

Please sign in to comment.