Skip to content

Commit

Permalink
Reenable suspended test
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Jun 17, 2020
1 parent 91f42c4 commit 57f8417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ def test_invalid_username(self, username):
self.open_nitter(username)
self.assert_text(f'User "{username}" not found')

# def test_suspended(self):
# self.open_nitter('test')
# self.assert_text('User "test" has been suspended')
def test_suspended(self):
self.open_nitter('test')
self.assert_text('User "test" has been suspended')

@parameterized.expand(banner_color)
def test_banner_color(self, username, color):
Expand Down

0 comments on commit 57f8417

Please sign in to comment.