commit/galaxy-central: jmchilton: Fix spelling error in API test.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/05500f5c6710/ Changeset: 05500f5c6710 User: jmchilton Date: 2014-06-13 15:46:01 Summary: Fix spelling error in API test. Affected #: 1 file diff -r 588559638acc7ed88542f8e77987698f2fa0b2fb -r 05500f5c6710816865536335a42eb9e00caf6f03 test/api/test_dataset_collections.py --- a/test/api/test_dataset_collections.py +++ b/test/api/test_dataset_collections.py @@ -73,12 +73,13 @@ collection_type="list:paired", instance_type="history", history_id=self.history_id, - name="nested_collecion", + name="a nested collection", element_identifiers=json.dumps( element_identifiers ), ) create_response = self._post( "dataset_collections", payload ) dataset_collection = self._check_create_response( create_response ) assert dataset_collection[ "collection_type" ] == "list:paired" + assert dataset_collection[ "name" ] == "a nested collection" returned_collections = dataset_collection[ "elements" ] assert len( returned_collections ) == 1, dataset_collection pair_1_element = returned_collections[ 0 ] Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org