Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiahui-Zhang-20 committed Dec 21, 2023
1 parent 0103d6f commit 3ae9f3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions enhancers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,9 @@ func TestFindRootOwner(t *testing.T) {
if len(rootOwners) != 0 {
t.Errorf("Function did not return empty slice as expected")
}

}

func TestOwnerRefDFS(t *testing.T) {

// Create empty context
ctx := context.Background()
// Create simple fake client
Expand Down Expand Up @@ -216,5 +214,4 @@ func TestOwnerRefDFS(t *testing.T) {
if rootOwners[0].object.GetName() != replicasetObj.Name {
t.Errorf("The root owner's object is incorrect")
}

}

0 comments on commit 3ae9f3f

Please sign in to comment.