mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
Fix the rest of the code
This commit is contained in:
@@ -1342,7 +1342,7 @@ func TestPrintDaemonSet(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestPrintJob(t *testing.T) {
|
||||
completions := 2
|
||||
completions := int32(2)
|
||||
tests := []struct {
|
||||
job batch.Job
|
||||
expect string
|
||||
|
||||
Reference in New Issue
Block a user