Skip to content

Commit

Permalink
Set resource version in newTestPod
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed Nov 15, 2021
1 parent 6f3f33e commit 8695d44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/controller/elasticsearch/driver/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ type testPod struct {

func newTestPod(name string) testPod {
return testPod{
name: name,
uid: uuid.NewUUID(),
name: name,
uid: uuid.NewUUID(),
resourceVersion: "123",
}
}

Expand Down

0 comments on commit 8695d44

Please sign in to comment.