Skip to content

Commit 8257407

Browse files
revised format command in test
1 parent 0d5679d commit 8257407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spy/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def test_fmt_file(self):
353353
)
354354
f = self.write("ugly.spy", mod)
355355

356-
self.run("fmt", f)
356+
self.run("format", f)
357357
expected = textwrap.dedent(
358358
"""def main() -> None:
359359
print("hello world")

0 commit comments

Comments
 (0)