Skip to content

Commit

Permalink
Make activation explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen de Vries authored and fzumstein committed May 23, 2023
1 parent 6baae3f commit 42b3c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_activate(self):
with self.assertRaises(Exception):
self.app1.activate()
else:
self.app2.activate()
self.assertEqual(self.app2, xw.apps.active)
self.app1.activate()
self.assertEqual(self.app1, xw.apps.active)
Expand Down

0 comments on commit 42b3c37

Please sign in to comment.