mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 04:56:29 +00:00
autofix tests based on feedback from xunit analyzers (#1997)
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Octokit.Tests.Helpers
|
||||
[Fact]
|
||||
public void EscapeDoubleQuotesReturnsNullForNullInput()
|
||||
{
|
||||
Assert.Equal(null, (null as string).EscapeDoubleQuotes());
|
||||
Assert.Null((null as string).EscapeDoubleQuotes());
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user