Skip to content

Commit

Permalink
whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed May 16, 2016
1 parent 75a78f0 commit 7eb9441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmuxp/testsuite/workspacebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def test_window_shell(self):
break
time.sleep(.2)

self.assertNotEqual(w.get('window_name', text_type('top')))
self.assertNotEqual(w.get('window_name'), text_type('top'))


class EnvironmentVariables(TmuxTestCase):
Expand Down

0 comments on commit 7eb9441

Please sign in to comment.