Fix flaky test due to memoization
`ReleaseHighlight.file_paths` memoizes @file_paths in a class instance variable. As a result, when this class method is called across tests, the value persists and subsequent tests would fail.
Showing
Please register or sign in to comment