Skip to content

Commit

Permalink
[#2199] Remove an unneeded decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Mar 7, 2012
1 parent 5623959 commit 271892b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/multilingual/tests/test_multilingual_plugin.py
Expand Up @@ -74,7 +74,6 @@ def test_dataset_view_translation(self):
nose.tools.assert_raises(IndexError, response.mustcontain,
'this should not be rendered')

@ckan.tests.search_related
def test_dataset_search_results_translation(self):
for (lang_code, translations) in (
('de', ckan.lib.create_test_data.german_translations),
Expand Down

0 comments on commit 271892b

Please sign in to comment.