-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/test_state.py:137: AssertionError #31
Comments
The CI and my local machine seems to be ok with that test. Not sure what could be happening here. The error seems to be related to indentation. Could you confirm that is indeed the issue? Can you check if the following code edit would fix the failure on your end? # ...
# Validate event
result = [line.strip() for line in str(server).split("\n")]
expected = [line.strip() for line in str(test_minimum_change_detection.__doc__).split("\n")]
# Grab new scenario output
# print(result)
assert expected == result |
Now is fixed when I applied
https://github.com/arch4edu/cactus/actions/runs/12576529745/job/35080943638 |
thx for your feedback |
Hi, in the last version we have this error.
The text was updated successfully, but these errors were encountered: