Skip to content

Commit

Permalink
Fixing last comments from @squirrelo
Browse files Browse the repository at this point in the history
  • Loading branch information
josenavas committed Jun 11, 2014
1 parent 435f856 commit 55008f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiita_db/test/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def test_create(self):
self.assertEqual(obs, [[3, 8], [3, 9]])

def test_create_error(self):
"""Raises an error if the preprocessed_params_table does not exists"""
"""Raises an error if the preprocessed_params_table does not exist"""
with self.assertRaises(IncompetentQiitaDeveloperError):
PreprocessedData.create(self.raw_data, self.study, "foo",
self.params_id, self.filepaths)
Expand Down

0 comments on commit 55008f6

Please sign in to comment.