Skip to content

Commit

Permalink
fixed typo in unit test
Browse files Browse the repository at this point in the history
Signed-off-by: mdarii <[email protected]>
  • Loading branch information
mdarii committed Aug 12, 2023
1 parent afc3f68 commit 7ba69dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearch-operator/controllers/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ var _ = Describe("Cluster Reconciler", func() {
)),
HaveMatchingVolume(And(
HaveName("test-emptydir"),
HaveVolumeSource("emptyDir"),
HaveVolumeSource("EmptyDir"),
)),
))
}(nodePool)
Expand Down

0 comments on commit 7ba69dc

Please sign in to comment.