From 8b38a040830109f19550e7329b82ec5caf76b321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 26 Oct 2022 15:23:04 +0200 Subject: Fix linting errors --- tests/container_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/container_test.go') diff --git a/tests/container_test.go b/tests/container_test.go index 0efc4e6..eed4906 100644 --- a/tests/container_test.go +++ b/tests/container_test.go @@ -63,7 +63,6 @@ func TestContainerLifecycle(t *testing.T) { func TestContainerUpdate(t *testing.T) { testWithContainer(t, func(c *schwift.Container) { - hdr, err := c.Headers() expectSuccess(t, err) expectBool(t, hdr.ObjectCount().Exists(), true) @@ -80,7 +79,6 @@ func TestContainerUpdate(t *testing.T) { expectSuccess(t, err) expectUint64(t, hdr.BytesUsedQuota().Get(), 42) expectUint64(t, hdr.ObjectCountQuota().Get(), 23) - }) } -- cgit v1.2.3