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

Add assert_not_same function #377

Merged
merged 5 commits into from
Oct 13, 2024
Merged

Conversation

smeghead
Copy link
Contributor

📚 Description

Add assert_not_same function

Fixes #372

🔖 Changes

  • rename assert_not_equals to assert_not_same (and all its usages)
  • add a new assert_not_equals (look at assert_equals and use opposite condition)

✅ To-do list

  • I updated the CHANGELOG.md to reflect the new feature or fix

Copy link
Member

@Chemaclass Chemaclass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. Thanks you!

@Chemaclass Chemaclass merged commit beb3799 into TypedDevs:main Oct 13, 2024
13 checks passed
@smeghead smeghead deleted the fix/issue-372 branch October 13, 2024 13:51
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.

assert_not_same is not implemented
2 participants