Skip to content

Commit

Permalink
fix assertion name in test_cpuid
Browse files Browse the repository at this point in the history
  • Loading branch information
kissiel committed Apr 30, 2024
1 parent 693a13e commit 21e5b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/base/tests/test_cpuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

class CpuidTests(unittest.TestCase):
def test_hygon_dhyana_plus(self):
self.assertEquals(
self.assertEqual(
cpuid_to_human_friendly("0x900f22"), "Hygon Dhyana Plus"
)

Expand Down

0 comments on commit 21e5b1c

Please sign in to comment.