Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samof76 committed Sep 3, 2024
1 parent f4cff6b commit a1552c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/redisfailover/creation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type clients struct {
redisClient redis.Client
}

func (c *clients) prepareNS(currentNamespace sting) error {
func (c *clients) prepareNS(currentNamespace string) error {
ns := &corev1.Namespace{
ObjectMeta: metav1.ObjectMeta{
Name: currentNamespace,
Expand Down

0 comments on commit a1552c3

Please sign in to comment.