Closed
Bug 1085483
Opened 11 years ago
Closed 11 years ago
AssertionError on test_dashboard_data
Categories
(Webtools Graveyard :: Air Mozilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Unassigned)
Details
This error slipped into master:
======================================================================
FAIL: test_dashboard_data (airmozilla.manage.tests.views.test_dashboard.TestDashboard)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/peterbe/dev/MOZILLA/AIRMOZILLA/airmozilla/airmozilla/manage/tests/views/test_dashboard.py", line 60, in test_dashboard_data
eq_(counts['this_week'], 1)
File "/Users/peterbe/dev/MOZILLA/AIRMOZILLA/airmozilla/vendor/lib/python/nose/tools.py", line 31, in eq_
assert a == b, msg or "%r != %r" % (a, b)
AssertionError: 0 != 1
Comment 1•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/9305fc356d54d0b2f59ee4ad1565a04f21eb1739
fixes bug 1085483 - AssertionError on test_dashboard_data
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•