Skip to content

Commit d0c8027

Browse files
committed
Fix typo
1 parent ad1ad16 commit d0c8027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/printer/printer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func TestPrinter_CorrectlyPrintsStringArgumentsWithProperQuoting(t *testing.T) {
201201
}
202202
}
203203

204-
func TestPrinter_CorrectlyPrintsNullArgumentsWithProperQuoting(t *testing.T) {
204+
func TestPrinter_CorrectlyPrintsNullArguments(t *testing.T) {
205205
queryAst := `query { foo(nullArg: null) }`
206206
expected := `{
207207
foo(nullArg: null)

0 commit comments

Comments
 (0)