Skip to content
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

Make expectOutput actually check the output, fix one failing test #1783

Merged
merged 3 commits into from
Apr 7, 2024

Conversation

zb3
Copy link
Contributor

@zb3 zb3 commented Apr 5, 2024

Previously the expectOutput function did not check anything. After fixing it, one test was failing but that was because it didn't account for output encoding autodetection.

zb3 added 3 commits April 5, 2024 17:13
Since the output encoding autodetection was introduced, this test was no longer correct.
That wasn't detected because of the expectOutput bug.
@a3957273 a3957273 merged commit 8c283c7 into gchq:master Apr 7, 2024
4 checks passed
@a3957273
Copy link
Member

a3957273 commented Apr 7, 2024

Always good to check your tests actually do something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants