Skip to content

Commit 96f3726

Browse files
committed
fixed failing unit test
1 parent e859a15 commit 96f3726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Reproduce/GithubIssue2052.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private IEnumerable<object> ExceptionJson(Exception e)
9292
RemoteStackIndex = remoteStackIndex,
9393
HResult = hresult,
9494
HelpURL = helpUrl,
95-
ExceptionMethod = this.WriteStructuredExceptionMethod(exceptionMethod)
95+
//ExceptionMethod = this.WriteStructuredExceptionMethod(exceptionMethod)
9696
};
9797
depth++;
9898
e = e.InnerException;

0 commit comments

Comments
 (0)