Skip to content

Commit

Permalink
Update kubernetes/metadata/replicaset_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
  • Loading branch information
swiatekm and mauri870 authored Oct 3, 2024
1 parent d7f0a73 commit ddffdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/metadata/replicaset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestReplicaset_Generate(t *testing.T) {
}
}

func TestReplicast_GenerateFromName(t *testing.T) {
func TestReplicaset_GenerateFromName(t *testing.T) {
client := k8sfake.NewSimpleClientset()
boolean := true
tests := []struct {
Expand Down

0 comments on commit ddffdc4

Please sign in to comment.