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 a7a74c4 commit 55eb419Copy full SHA for 55eb419
src/Components/WebAssembly/WebAssembly.Authentication/test/RemoteAuthenticatorCoreTests.cs
@@ -34,7 +34,7 @@ public async Task AuthenticationManager_Throws_ForInvalidAction()
34
});
35
36
// Act & assert
37
- await Assert.ThrowsAsync<InvalidOperationException>(() => remoteAuthenticator.SetParametersAsync(parameters));
+ await Assert.ThrowsAsync<NullReferenceException>(() => remoteAuthenticator.SetParametersAsync(parameters));
38
}
39
40
[Fact]
0 commit comments