1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 04:05:40 +03:00
aports/testing/py3-minio/assertEquals.patch

9 lines
363 B
Diff

diff --git a/tests/unit/crypto_test.py b/tests/unit/crypto_test.py
index 367399a..ae7846c 100644
--- a/tests/unit/crypto_test.py
+++ b/tests/unit/crypto_test.py
@@ -27,3 +27,3 @@ class CryptoTest(TestCase):
decrypted = decrypt(encrypted, secret).decode()
- self.assertEquals(plaintext, decrypted)
+ self.assertEqual(plaintext, decrypted)