Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Nov 19, 2024
1 parent ba0fdb5 commit 7392d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exasol/toolbox/nox/_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ def _integration_tests(
) -> None:
pm = NoxTasks.plugin_manager(config)

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

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

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


Expand Down

0 comments on commit 7392d96

Please sign in to comment.