Skip to content
  • Michael Comella's avatar
    For #13959: change StrictModeManager to class from object. · 6abeb2d9
    Michael Comella authored
    I originally tried to create this PR leaving this as an object to keep
    the change simple but it wasn't worth it - once the object started to
    keep state, we'd need to manually reset the state between runs. Also,
    the tests were already getting hacky with static mocking so it was
    easier to address some of those issues this way too.
    6abeb2d9