update deps
Some checks failed
build / test (push) Has been cancelled
build / lint (push) Has been cancelled
codeql / analyze (go) (push) Has been cancelled

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-03-27 11:42:49 +03:00
parent b64ea019ed
commit 4cd610a474
4 changed files with 30 additions and 12 deletions

View File

@@ -32,10 +32,10 @@ func TestWrapper(t *testing.T) {
wrapper.ServiceID("12345"),
wrapper.Meter(m),
)
_ = w
ctx := context.Background()
c := client.NewClient(client.Wrap(w))
c := client.NewClient()
if err := c.Init(); err != nil {
t.Fatal(err)
}