From 3d52f5a11280d18f4b441391e186558f020a52d7 Mon Sep 17 00:00:00 2001 From: Peter Dannemann Date: Wed, 15 Nov 2023 16:17:02 -0500 Subject: [PATCH] remove completed todos --- pkg/create/acl_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/create/acl_test.go b/pkg/create/acl_test.go index 59bf13e4..182257a3 100644 --- a/pkg/create/acl_test.go +++ b/pkg/create/acl_test.go @@ -199,7 +199,6 @@ func TestCreateExistingACLs(t *testing.T) { }, acl) } -// TODO: write this test func TestCreateACLsDryRun(t *testing.T) { ctx, cancel := context.WithTimeout(context.Background(), 20*time.Second) defer cancel() @@ -272,11 +271,6 @@ func TestCreateACLsDryRun(t *testing.T) { require.Equal(t, []admin.ACLInfo{}, acl) } -// TODO: write this test -func TestConsistency(t *testing.T) { - t.Fatal("not implemented") -} - func testCreator( ctx context.Context, t *testing.T,