Skip to content

Commit 1ae3c0c

Browse files
committed
remove test comments
1 parent c924443 commit 1ae3c0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/tests/AWS.Lambda.Powertools.Metrics.Tests/Handlers/ExceptionFunctionHandlerTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,5 @@ public async Task Decorator_In_Non_Handler_Method_Does_Not_Throw_Exception()
3636
// Assert
3737
var tracedException = await Record.ExceptionAsync(Handle);
3838
Assert.Null(tracedException);
39-
//Assert.StartsWith("at AWS.Lambda.Powertools.Metrics.Tests.Handlers.ExceptionFunctionHandler.ThisThrows()", tracedException.StackTrace?.TrimStart());
40-
4139
}
4240
}

0 commit comments

Comments
 (0)