update docstring
authorDiane Trout <diane@ghic.org>
Tue, 5 May 2015 23:25:07 +0000 (16:25 -0700)
committerDiane Trout <diane@ghic.org>
Tue, 5 May 2015 23:25:07 +0000 (16:25 -0700)
experiments/test_experiments.py

index 176e38076ac24aa1087a55fe180417a9f254b25a..ebbaf40cb24093276eef90ece9fe4d55bbe0e879 100644 (file)
@@ -162,8 +162,7 @@ class ExperimentsTestCases(TestCase):
         self.assertEqual(response.status_code, 403)
 
     def test_library_id(self):
-        """
-        Library IDs should be flexible, so make sure we can retrive a non-numeric ID
+        """make sure we can retrive a non-numeric library ID
         """
         response = self.client.get('/experiments/config/FC12150/json', apidata)
         self.assertEqual(response.status_code, 200)