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

Startup message cannot be disabled #164

Closed
mikelorant opened this issue Jun 9, 2022 · 1 comment · Fixed by #172
Closed

Startup message cannot be disabled #164

mikelorant opened this issue Jun 9, 2022 · 1 comment · Fixed by #172
Labels
bug Something isn't working

Comments

@mikelorant
Copy link

Due to the ordering of how init() is loaded from imports first, there is no way to actually set the startup message to be disabled within tests.

Looking at the unit tests, it is clear that only the variable is being checked, not that the output is being verified as not displayed which explains why it passes testing but does not actually do anything at all.

@mikelorant mikelorant added the bug Something isn't working label Jun 9, 2022
MarvinJWendt added a commit that referenced this issue Aug 25, 2022
@MarvinJWendt
Copy link
Owner

Hi @mikelorant, sorry for the late response! The fix will be deployed in the next minutes. 🚀

@MarvinJWendt MarvinJWendt linked a pull request Aug 25, 2022 that will close this issue
MarvinJWendt added a commit that referenced this issue Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants