Skip to content

Commit 63f3763

Browse files
committed
fix(tests): add the missing ":" to test_readme
Signed-off-by: François Magimel <francois.magimel@ovhcloud.com>
1 parent 9435eaa commit 63f3763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fromfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def hello():
6161
assert hello.__apispec__ == hello_path
6262

6363

64-
def test_readme()
64+
def test_readme():
6565
""" Test the code in the readme file """
6666
# Create an APISpec
6767
spec = APISpec(

0 commit comments

Comments
 (0)