Skip to content

Commit 7392d96

Browse files
committed
Fix typos
1 parent ba0fdb5 commit 7392d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exasol/toolbox/nox/_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ def _integration_tests(
4343
) -> None:
4444
pm = NoxTasks.plugin_manager(config)
4545

46-
# run pre intergration test plugins
46+
# run pre integration test plugins
4747
pm.hook.pre_integration_tests_hook(session=session, config=config, context={})
4848

4949
# run
5050
command = _test_command(config.root / "test" / "integration", config, context)
5151
session.run(*command)
5252

53-
# run post intergration test plugins
53+
# run post integration test plugins
5454
pm.hook.post_integration_tests_hook(session=session, config=config, context={})
5555

5656

0 commit comments

Comments
 (0)