]> Dogcows Code - chaz/graphql-client/blobdiff - t/client.t
fix CLI option processing
[chaz/graphql-client] / t / client.t
index 1dd0cd425ab19c5f519bee7ab5a63e7a791d173d..841bd8c5f68d5bbb3660a619536370b4d6c082d7 100755 (executable)
@@ -60,7 +60,7 @@ subtest 'request to transport' => sub {
     $req = ($mock->requests)[-1];
     is_deeply($req->[1], {
         baz => 'qux',
-    }, 'operation name can be ommitted with transport options');
+    }, 'operation name can be omitted with transport options');
 };
 
 subtest 'success response' => sub {
This page took 0.015779 seconds and 4 git commands to generate.