Skip to content

Commit

Permalink
no close
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauernfeind committed Sep 27, 2024
1 parent b8e67e7 commit fc7ae27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/client/tests/test_plugin_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_create(self):
self.assertGreater(len(refs), 0)
ref = refs[0]
self.assertEqual(ref.type, "Table")
plugin_client.close()
# plugin_client.close()

def test_publish_fetch(self):
plugin_client = self.session.plugin_client(self.session.exportable_objects["plot3"])
Expand Down

0 comments on commit fc7ae27

Please sign in to comment.