Skip to content

Commit

Permalink
Fix logging tests
Browse files Browse the repository at this point in the history
Change-Id: I6691c70912b1e1b5993e962a4827a846642feac3
  • Loading branch information
Jon Wayne Parrott committed Aug 29, 2017
1 parent 254438b commit 491da30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/cloud-client/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ def test_write():
snippets.write_entry(TEST_LOGGER_NAME)


def test_delete():
def test_delete(example_log):
snippets.delete_logger(TEST_LOGGER_NAME)

0 comments on commit 491da30

Please sign in to comment.