test(python): corrected diff markup in examples for number of lines

This commit is contained in:
Jonathan Karr
2022-01-19 10:14:10 -05:00
parent 7e5a3854eb
commit bd48a8a12c
2 changed files with 3 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ diff --git a/tests/example_file.py b/tests/example_file.py
index 525e25d..ba4e68d 100644
--- a/tests/example_file.py
+++ b/tests/example_file.py
@@ -1,7 +1,2 @@
@@ -1,23 +1,2 @@
def hello_world():
- # TODO: Come up with a more imaginative greeting
print('Hello world')