Skip to content

Commit 6c35ba0

Browse files
committed
update comment
1 parent a892aef commit 6c35ba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/core/engine_adapter/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def _create(
110110
ctx.init()
111111
except:
112112
# pytest-retry doesnt work if there are errors in fixture setup (ref: https://github.com/str0zzapreti/pytest-retry/issues/33 )
113-
# we can do is log the exception and return a partially-initialized context to the test, which should
113+
# what we can do is log the exception and return a partially-initialized context to the test, which should
114114
# throw an exception when it tries to access something that didnt init properly and thus trigger pytest-retry to retry
115115
logger.exception("Context init failed")
116116

0 commit comments

Comments
 (0)