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 6fff765 commit 223d674Copy full SHA for 223d674
test/model/internal_link_test.dart
@@ -22,7 +22,7 @@ Future<PerAccountStore> setupStore({
22
List<ZulipStream>? streams,
23
List<User>? users,
24
}) async {
25
- final account = eg.selfAccount.copyWith(realmUrl: realmUrl);
+ final account = eg.account(user: eg.selfUser, realmUrl: realmUrl);
26
final store = eg.store(account: account);
27
if (streams != null) {
28
await store.addStreams(streams);
0 commit comments