We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc0afc commit 6fb9559Copy full SHA for 6fb9559
Octokit.GraphQL.Core.UnitTests/ExpressionRewiterTests.cs
@@ -9,9 +9,9 @@
9
10
namespace Octokit.GraphQL.Core.UnitTests
11
{
12
- public class ExpressionRewiterTests
+ public class ExpressionRewriterTests
13
14
- public ExpressionRewiterTests()
+ public ExpressionRewriterTests()
15
16
ExpressionCompiler.IsUnitTesting = true;
17
}
Octokit.GraphQL.UnitTests/ExpressionRewiterTests.cs
@@ -11,9 +11,9 @@
namespace Octokit.GraphQL.UnitTests
18
19
0 commit comments