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

Fix set_rate integration test #109

Closed
willprice opened this issue Sep 27, 2017 · 1 comment
Closed

Fix set_rate integration test #109

willprice opened this issue Sep 27, 2017 · 1 comment
Labels

Comments

@willprice
Copy link
Owner

willprice commented Sep 27, 2017

    def test_set_rate(self):
        self.assertAlmostEqual(1.0, self.player.rate(), _RATE_DP)
        new_rate = 0.5

        self.player.set_rate(new_rate)
        sleep(0.2)

Fails with AssertionError: 0.5 != 1.0 within 2 places

tests/integration/test.py

@willprice
Copy link
Owner Author

Fixed in 7445bdd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant