diff --git a/client/client_test.go b/client/client_test.go index e316795..ebdbd9d 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -70,7 +70,7 @@ func TestClient_StartContract(t *testing.T) { t.Error(err) } - resp, err := client.StartContract("contract TestContract {}") + resp, err := client.StartContract("contract TestContract") if err != nil { t.Log(resp)