diff options
Diffstat (limited to 'cost_test.go')
| -rw-r--r-- | cost_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cost_test.go b/cost_test.go index a02c125..fe5da83 100644 --- a/cost_test.go +++ b/cost_test.go @@ -133,7 +133,7 @@ func TestUnmarshalCostResp(t *testing.T) { } func TestCost(t *testing.T) { - c := newClient(t) + c := tNewClient(t) items := costReqSample.Items addr := ShippingAddress{ City: "Lübeck", |