Skip to content

Commit a4114e5

Browse files
committed
feat: test project author name
this is just to push again to test the pytest workflow
1 parent e043532 commit a4114e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ def test_get():
33
project = sa.get_project(104)
44
assert project
55
assert project.title == "Weekend"
6+
assert project.author_name == "andresmh"

0 commit comments

Comments
 (0)