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

Update greet_your_package_name in developing_package.md to make tests pass #1975

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

Ian-Harreschou
Copy link
Contributor

@Ian-Harreschou Ian-Harreschou commented Dec 3, 2023

When greet_your_package_name() is defined, the println("Hello YourPackageName!") creates an object of type ::Nothing. So the testset created later on never passes, because it is comparing an object of ::String to one of ::Nothing

Within `greet_your_package_name()", the println() creates an object of type ::Nothing. So the testset created later on never passes
@LilithHafner LilithHafner changed the title Update greet_your_package_name in developing_package.md Update greet_your_package_name in developing_package.md to make tests pass Dec 5, 2023
@LilithHafner LilithHafner merged commit 1bdd2f2 into JuliaLang:main Dec 5, 2023
2 checks passed
@LilithHafner
Copy link
Member

Thanks!

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