Skip to content

Commit 61ca14b

Browse files
committed
Fix spacing
1 parent 1e0a339 commit 61ca14b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_wave_01.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def test_task_to_dict():
1111

1212
#Act
1313
task_dict = new_task.to_dict()
14+
1415
#Assert
1516
assert task_dict == {
1617
"id": None,
@@ -31,6 +32,7 @@ def test_task_from_dict():
3132
expected_task = Task(title="Make My Bed",
3233
description="Start the day off right!",
3334
completed_at=None)
35+
3436
#Act
3537
task_obj = Task.from_dict(task_dict)
3638

0 commit comments

Comments
 (0)