mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 14:23:37 +00:00
boilerplate_test: fix bad indentation
This commit is contained in:
parent
a1ffdedf78
commit
9dc1da1e5b
@ -20,6 +20,7 @@ from io import StringIO
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
class TestBoilerplate(unittest.TestCase):
|
class TestBoilerplate(unittest.TestCase):
|
||||||
"""
|
"""
|
||||||
Note: run this test from the hack/boilerplate directory.
|
Note: run this test from the hack/boilerplate directory.
|
||||||
@ -48,5 +49,4 @@ class TestBoilerplate(unittest.TestCase):
|
|||||||
|
|
||||||
sys.stdout = old_stdout
|
sys.stdout = old_stdout
|
||||||
|
|
||||||
self.assertEqual(
|
self.assertEqual(output, ["././fail.go", "././fail.py"])
|
||||||
output, ['././fail.go', '././fail.py'])
|
|
||||||
|
Loading…
Reference in New Issue
Block a user