Skip to content

Commit 6fb9559

Browse files
committed
✏️ Fix typo in unit tests
I mean, kind of an easy mistake to make, but...
1 parent 6fc0afc commit 6fb9559

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Octokit.GraphQL.Core.UnitTests/ExpressionRewiterTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
namespace Octokit.GraphQL.Core.UnitTests
1111
{
12-
public class ExpressionRewiterTests
12+
public class ExpressionRewriterTests
1313
{
14-
public ExpressionRewiterTests()
14+
public ExpressionRewriterTests()
1515
{
1616
ExpressionCompiler.IsUnitTesting = true;
1717
}

Octokit.GraphQL.UnitTests/ExpressionRewiterTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespace Octokit.GraphQL.UnitTests
1313
{
14-
public class ExpressionRewiterTests
14+
public class ExpressionRewriterTests
1515
{
16-
public ExpressionRewiterTests()
16+
public ExpressionRewriterTests()
1717
{
1818
ExpressionCompiler.IsUnitTesting = true;
1919
}

0 commit comments

Comments
 (0)