Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Trim
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 1, 2014
1 parent e90c13b commit 42658d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_get_runs(self):
obj.runs[0].__repr__()
obj.runs[0].__str__()
obj.runs[0].__unicode__()

def test_get_vehicles(self):
"""
Test a request for vehicles on this route.
Expand Down Expand Up @@ -111,7 +111,6 @@ def test_get_messages(self):
"""
Test a call for messages
"""
obj = self.client.bus.stops.get(self.random_stop.id)
self.assertEqual(type(self.stop.messages), type([]))
[self.assertEqual(type(i), BusMessage) for i in self.stop.messages]
bm = BusMessage('foo')
Expand Down

0 comments on commit 42658d3

Please sign in to comment.