Skip to content

Commit 13a0952

Browse files
committed
Fix typo
1 parent d04b0e2 commit 13a0952

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/hermes_test/model/test_api_e2e.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def test_cff_harvest(tmp_path, monkeypatch, cff, res):
184184
monkeypatch.setattr(context_manager.HermesContext.__init__, "__defaults__", (tmp_path.cwd(),))
185185
cli.main()
186186
except SystemExit:
187-
print("TODO: Delete wenn package is working again or mock cli")
187+
print("TODO: Delete when package is working again or mock cli")
188188
finally:
189189
manager = context_manager.HermesContext()
190190
manager.prepare_step("harvest")
@@ -345,7 +345,7 @@ def test_codemeta_harvest(tmp_path, monkeypatch, codemeta, res):
345345
monkeypatch.setattr(context_manager.HermesContext.__init__, "__defaults__", (tmp_path.cwd(),))
346346
cli.main()
347347
except SystemExit:
348-
print("TODO: Delete wenn package is working again or mock cli")
348+
print("TODO: Delete when package is working again or mock cli")
349349
finally:
350350
manager = context_manager.HermesContext()
351351
manager.prepare_step("harvest")

0 commit comments

Comments
 (0)