Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Mar 15, 2024
1 parent 0fbe9f5 commit 9677b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/quality/test_opensesame_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def init_testlog():
testlog_folder = Path(__file__).parent / 'testlog'
if not testlog_folder.exists():
testlog_folder.mkdir()
testlog = Path(testlog_folder) / f'testlog.{str(dtetime.now())}.{config.model_config}.log'
testlog = Path(testlog_folder) / f'testlog.{datetime.now().strftime("%Y-%m-%d %H:%M")}.{config.settings_default["model_config"]}.log'


def read_testcases():
Expand Down

0 comments on commit 9677b99

Please sign in to comment.