We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc0902f + 5a64970 commit 92ee77aCopy full SHA for 92ee77a
test/mixer_music_test.py
@@ -297,7 +297,7 @@ def test_music_pause__unpause(self):
297
pygame.mixer.music.unpause()
298
after_unpause = pygame.mixer.music.get_pos()
299
300
- self.assertEqual(before_unpause, after_unpause)
+ self.assertAlmostEqual(before_unpause, after_unpause, delta=2)
301
302
def test_music_get_metadata(self):
303
file_dir = example_path("data")
0 commit comments