X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=t%2Fclient.t;fp=t%2Fclient.t;h=841bd8c5f68d5bbb3660a619536370b4d6c082d7;hb=794f74f42c89ba45a33f0c6c1461c769580aca8f;hp=1dd0cd425ab19c5f519bee7ab5a63e7a791d173d;hpb=afe2bc3fe09e80cea209312408159ed83f1bfc91;p=chaz%2Fgraphql-client 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 {