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

View File

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