You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
vsServices.Received().ShowError("There is already a repository named 'repo-name' for the current account.");
364
+
obs.ReceivedWithAnyArgs().OnNext(null);
365
+
Assert.True(obs.ReceivedCalls().Any(x =>((UnhandledUserErrorException)x.GetArguments()[0]).Message=="There is already a repository named 'repo-name' for the current account."));
365
366
}
366
367
367
368
[Fact]
@@ -391,6 +392,7 @@ public async Task ClearsErrorsWhenSwitchingHosts()
0 commit comments