Skip to content

Commit

Permalink
Added pytype None checks to test.py.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610475779
  • Loading branch information
OpenHTF Owners authored and copybara-github committed Feb 26, 2024
1 parent d1ebe96 commit 26c1e38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openhtf/util/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ def assertAttachment(self,

def get_diagnoses_store(self):
self.assertIsNotNone(self.last_test_state)
assert self.last_test_state is not None
return self.last_test_state.diagnoses_manager.store

@classmethod
Expand Down

0 comments on commit 26c1e38

Please sign in to comment.