Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Fix method name typos

Co-authored-by: tvalentyn <[email protected]>
  • Loading branch information
Abacn and tvalentyn authored Jul 11, 2022
1 parent ac1390d commit 5ad1e9b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ def test_runtime_values(self):
self.assertTrue(test_runtime_provider.is_accessible())
self.assertEqual(test_runtime_provider.get(), 37)

def test_crerate_sdk_harness_log_handler_received_log(self):
# tests that the log handler created in crerate_sdk_harness() does not miss
# logs emitted from crerate_sdk_harness() itself.
def test_create_sdk_harness_log_handler_received_log(self):
# tests that the log handler created in create_harness() does not miss
# logs emitted from create_harness() itself.
logstream = io.StringIO()

class InMemoryHandler(logging.StreamHandler):
Expand Down

0 comments on commit 5ad1e9b

Please sign in to comment.