enhanced length warning

This commit is contained in:
JanLJL
2020-11-06 15:49:13 +01:00
parent 26ee005adc
commit c8c077a834
2 changed files with 3 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ class TestCLI(unittest.TestCase):
# WARNING for length
self.assertTrue(output.getvalue().count('WARNING') == 1)
args = parser.parse_args(
['--lines', '100-299', '--ignore-unknown', self._find_test_file(kernel)]
['--lines', '100-199', '--ignore-unknown', self._find_test_file(kernel)]
)
output = StringIO()
osaca.run(args, output_file=output)