Skip to content

Commit

Permalink
Fix report unit test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 16, 2024
1 parent 6ed748a commit 713418c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class TestReport(unittest.TestCase):
def setUp(self):
self.results = Results(file_path="", test_set=CustomTestSet())
self.results = Results(file_path=None, test_set=CustomTestSet())
self.report = Report(author="foobar", results=self.results)

def test_author(self):
Expand Down

0 comments on commit 713418c

Please sign in to comment.