Skip to content

Commit ee8f396

Browse files
authored
Update test.py
1 parent df593df commit ee8f396

File tree

1 file changed

+1
-1
lines changed
  • .learn/exercises/02.1-flask-installation

1 file changed

+1
-1
lines changed

.learn/exercises/02.1-flask-installation/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
def test_pipfile_exists():
55
assert os.path.isfile("Pipfile")
66

7-
@pytest.mark.it("Flask must exist on the pipfile dependency [packages]")
7+
@pytest.mark.it("Flask must exist on the Pipfile dependency [packages]")
88
def test_pipfile_contains_flask():
99
with open("Pipfile", "r") as f:
1010
toml_content = f.read()

0 commit comments

Comments
 (0)