Skip to content

Commit

Permalink
Update test_sdk_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Deralden authored Jun 3, 2024
1 parent 7d65879 commit c14f04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/functional_tests/test_sdk_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def setUp(self):
# channels = self.service_client.load_open_channels()
# self.assertEqual(0, len(channels))
def test_make_first_free_call(self):
result = self.service_client.call_rpc("mul", "Numbers", a=20, b=4)
#result = self.service_client.call_rpc("mul", "Numbers", a=20, b=4)
self.assertEqual(80.0, result.value)

# def test_make_second_free_call(self):
Expand Down

0 comments on commit c14f04b

Please sign in to comment.