commit | 365c16b217b74781a82c8260048ac220c70eb10d | [log] [tgz] |
---|---|---|
author | Elliot Sisteron <elliotsisteron@google.com> | Mon Apr 22 14:49:52 2024 +0000 |
committer | Elliot Sisteron <elliotsisteron@google.com> | Mon Apr 22 14:49:57 2024 +0000 |
tree | 4be993c2997a14074be99f62a29028dddb7a322f | |
parent | 5ae84662b5851b05e37e56c23ca74d9a362f9ffb [diff] |
Reset SafetyCenterManagerWrapper instance between tests. This is because some other tests may set a mock on this static value, which will persist across test cases (whereas in this test we want to test the real thing). Bug: 335557039 Change-Id: I14fc81922761159241636c78dbd47fce7bfeb533 Test: atest SafetyCenterManagerWrapperTest