From aaf61ac55e18a04fd68b9b6ee4fd4fce49659eeb Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Fri, 9 Mar 2018 18:12:30 +0100 Subject: add Account.BulkDelete() --- tests/container_test.go | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/container_test.go') diff --git a/tests/container_test.go b/tests/container_test.go index 5a0046b..c90a339 100644 --- a/tests/container_test.go +++ b/tests/container_test.go @@ -83,3 +83,11 @@ func TestContainerUpdate(t *testing.T) { }) } + +func expectContainerExistence(t *testing.T, c *schwift.Container, expectedExists bool) { + t.Helper() + c.Invalidate() + actualExists, err := c.Exists() + expectSuccess(t, err) + expectBool(t, actualExists, expectedExists) +} -- cgit v1.2.3