Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Oct 23, 2014
1 parent 00e75b5 commit 136532d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiseek/tests/test_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_value_to_web(self):

def test_value_to_web_bug(self):
q = AutocompleteQueryObject('fo', model=SearchForm)
self.assertEquals(q.value_to_web(1), None)
self.assertEquals(q.value_to_web(1), '[null, ""]')

class TestRangeQueryObject(TestCase):
def test_value_from_web(self):
Expand Down

0 comments on commit 136532d

Please sign in to comment.