Chromium Code Reviews| Index: infra_libs/ts_mon/common/interface.py |
| diff --git a/infra_libs/ts_mon/common/interface.py b/infra_libs/ts_mon/common/interface.py |
| index 40581a5ab12d03d2259fbf38904f622d6e1a1123..3b4fda983265e444bb8e2fa0be1b177c034d4d50 100644 |
| --- a/infra_libs/ts_mon/common/interface.py |
| +++ b/infra_libs/ts_mon/common/interface.py |
| @@ -133,6 +133,10 @@ def close(): |
| def reset_for_unittest(): |
| + global state |
| + store = state.store |
| + state = State() |
| + state.store = store |
| state.store.reset_for_unittest() |