f1ce263b5a
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
License Check / license-check (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
- Added ResetInstance() function to lockdown package for test cleanup - Updated lockdown_test.go to reset singleton before and after each test - Updated issues_test.go to initialize cache once per test function (4 functions) - Updated pullrequests_test.go to initialize cache once per test function (7 functions) - All tests now explicitly reset and initialize cache at the beginning of each test function - This prevents race conditions and ensures each test has proper cache state Co-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>