mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
aaaand format the code
This commit is contained in:
@@ -26,9 +26,9 @@ namespace Octokit.Tests.Exceptions
|
||||
public void SetsSpecifiedExceptionMessageAndInnerException()
|
||||
{
|
||||
var inner = new InvalidOperationException();
|
||||
|
||||
|
||||
var exception = new ApiException("Shit broke", inner);
|
||||
|
||||
|
||||
Assert.Equal("Shit broke", exception.Message);
|
||||
Assert.Same(inner, exception.InnerException);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user