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

[#118] Replace assertEquals with assertEqual in tests (4-3-stable) #119

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

alanking
Copy link
Contributor

@alanking alanking commented Aug 6, 2024

Addresses #118

Test suite passed on Ubuntu 24.04 / mariadb 11.6.

Copy link
Collaborator

@korydraughn korydraughn left a comment

Choose a reason for hiding this comment

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

Pound it.

unittest.assertEquals was deprecated as an alias of unittest.assertEqual
in python 3.2. The alias was removed in python 3.12. This commit replaces
the use of the deprecated / removed alias with the proper method name.
@alanking
Copy link
Contributor Author

alanking commented Aug 6, 2024

#'d. Mergin.

@alanking alanking merged commit 8c485f3 into irods:4-3-stable Aug 6, 2024
1 check passed
@alanking alanking deleted the 118.43s branch August 6, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants