Fix tests I just wrote then broke
This commit is contained in:
parent
fd6a0e4bda
commit
39165fcb41
|
@ -83,7 +83,7 @@ class TestCLI:
|
||||||
assert DEVFILE_NAME in result.files_updated.keys()
|
assert DEVFILE_NAME in result.files_updated.keys()
|
||||||
assert_equals(
|
assert_equals(
|
||||||
result.files_updated[DEVFILE_NAME].bytes,
|
result.files_updated[DEVFILE_NAME].bytes,
|
||||||
test_text
|
test_text + '\n'
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_cli_text_inavlid_args(self):
|
def test_cli_text_inavlid_args(self):
|
||||||
|
|
Loading…
Reference in New Issue