Skip to content

Commit

Permalink
more tests for service handle in python
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jan 31, 2024
1 parent 0e4b8fc commit ff4c162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/mochi/bedrock/test_service_group_handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_make_service_group_handle_from_gid(self):
gid = ssg_group.handle
sgh = self.client.make_service_group_handle(gid)
self.assertIsInstance(sgh, mbc.ServiceGroupHandle)
sgh.refresh() # just to get code coverage

def test_make_service_group_handle_from_address(self):
address = str(self.server.margo.engine.address)
Expand Down

0 comments on commit ff4c162

Please sign in to comment.