We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every now and then, maybe one run in 10, it fails with:
FAIL: test_diffs (arroba.tests.test_diff.DiffTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/ryan/src/arroba/arroba/tests/test_diff.py", line 58, in test_diffs self.assertEqual(100, len(diff.updates)) AssertionError: 100 != 99
Not sure if it's an actual bug or just the test itself. 😐
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Every now and then, maybe one run in 10, it fails with:
Not sure if it's an actual bug or just the test itself. 😐
The text was updated successfully, but these errors were encountered: