X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgraphql-client;a=blobdiff_plain;f=t%2Fclient.t;fp=t%2Fclient.t;h=841bd8c5f68d5bbb3660a619536370b4d6c082d7;hp=1dd0cd425ab19c5f519bee7ab5a63e7a791d173d;hb=1a966ff0db27d934fce36e2bd43ea6aace0a7555;hpb=2c3b4020da88b3cf2f968e0b2c4e7b1a7e24a35f diff --git a/t/client.t b/t/client.t index 1dd0cd4..841bd8c 100755 --- a/t/client.t +++ b/t/client.t @@ -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 {