Tests: remove provider auth conflict marker

This commit is contained in:
Josh Lehman 2026-03-24 22:24:08 -07:00
parent c733d5040d
commit eea7800df3
No known key found for this signature in database
GPG Key ID: D141B425AC7F876B
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ describe("resolveProviderAuths key normalization", () => {
suiteCase = 0;
});
<<<<<<< HEAD
beforeEach(async () => {
vi.resetModules();
({ resolveProviderAuths } = await import("./provider-usage.auth.js"));