Skip to content

Commit a5fc28f

Browse files
committed
whoops.
1 parent e914508 commit a5fc28f

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
@@ -342,7 +342,7 @@ def test_window_shell(self):
342342
break
343343
time.sleep(.2)
344344

345-
self.assertNotEqual(w.get('window_name', text_type('top')))
345+
self.assertNotEqual(w.get('window_name'), text_type('top'))
346346

347347

348348
class EnvironmentVariables(TmuxTestCase):

0 commit comments

Comments
 (0)