Skip to content

Commit

Permalink
Test fixed
Browse files Browse the repository at this point in the history
Station 501 has been moved, new location unknown for now
  • Loading branch information
153957 committed Sep 25, 2014
1 parent 8e53496 commit e8ae15c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sapphire/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def test_detectors(self):
self.assertEqual(len(self.station.detectors()), self.station.n_detectors())
self.assertEqual(self.station.detectors()[0].keys(), keys)
self.assertEqual(self.station.detectors(date(2011, 1, 1))[0].keys(), keys)
self.assertEqual(self.station.detectors()[0]['alpha'], 225)
self.assertEqual(self.station.detectors(date(2011, 1, 1))[0]['alpha'], 225)

def test_location(self):
Expand Down

0 comments on commit e8ae15c

Please sign in to comment.