Skip to content

Commit

Permalink
remove completed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
petedannemann committed Nov 15, 2023
1 parent 5931b92 commit 3d52f5a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/create/acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 3d52f5a

Please sign in to comment.