diff options
| author | Sandro Jäckel <sandro.jaeckel@sap.com> | 2022-10-26 15:23:04 +0200 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@sap.com> | 2022-10-28 12:55:16 +0200 |
| commit | 8b38a040830109f19550e7329b82ec5caf76b321 (patch) | |
| tree | 13ecc54219914102f69fb59e005a836a88f78f5c /tests/container_test.go | |
| parent | 4f67f4c0a59a850321b37a154efc9bde60539ca8 (diff) | |
| download | go-schwift-8b38a040830109f19550e7329b82ec5caf76b321.tar.gz | |
Fix linting errors
Diffstat (limited to 'tests/container_test.go')
| -rw-r--r-- | tests/container_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
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) - }) } |
