Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ddafcd3

Browse files
committed
Fix failing test.
1 parent ad4627b commit ddafcd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/GitHub.App/ViewModels/Dialog/GitHubDialogWindowViewModel.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ public async Task StartWithConnection<T>(T viewModel)
7575
await viewModel.InitializeAsync(connection).ConfigureAwait(true);
7676
Start(viewModel);
7777
}
78+
else
79+
{
80+
done.OnNext(null);
81+
}
7882
}
7983

8084
public async Task StartWithLogout<T>(T viewModel, IConnection connection)

0 commit comments

Comments
 (0)