Skip to content

Commit ca27e65

Browse files
committed
Added type discovery for bad test
1 parent 551b189 commit ca27e65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Microsoft.Graph.DotnetCore.Core.Test/Requests/GraphClientFactoryTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public void CreatePipelineWithoutHttpMessageHandlerInput()
4545
using (AuthenticationHandler authenticationHandler = (AuthenticationHandler)redirectHandler.InnerHandler)
4646
using (HttpClientHandler innerMost = (HttpClientHandler)authenticationHandler.InnerHandler)
4747
{
48+
System.Diagnostics.Debug.WriteLine("InvalidCast: " + authenticationHandler.InnerHandler.GetType().ToString());
49+
4850
Assert.NotNull(retryHandler);
4951
Assert.NotNull(redirectHandler);
5052
Assert.NotNull(authenticationHandler);

0 commit comments

Comments
 (0)