Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
PEP8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
teodosia committed Oct 30, 2012
1 parent f13adb9 commit 2b3b53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_search_by_addon_name_returns_addon(self, mozwebqa):

searchpage_obj.delete_test_data()

@pytest.mark.xfail(reason = "Bug 794432 - [dev]Searching for a library just created does not return the library when searching for it")
@pytest.mark.xfail(reason="Bug 794432 - [dev]Searching for a library just created does not return the library when searching for it")
def test_search_by_library_name_returns_library(self, mozwebqa):
homepage_obj = HomePage(mozwebqa)

Expand Down

0 comments on commit 2b3b53a

Please sign in to comment.