Skip to content

Commit 7eb9441

Browse files
committed
whoops.
1 parent 75a78f0 commit 7eb9441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/testsuite/workspacebuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def test_window_shell(self):
284284
break
285285
time.sleep(.2)
286286

287-
self.assertNotEqual(w.get('window_name', text_type('top')))
287+
self.assertNotEqual(w.get('window_name'), text_type('top'))
288288

289289

290290
class EnvironmentVariables(TmuxTestCase):

0 commit comments

Comments
 (0)