From bb927f16cd825b35385ed043eb07560bed92252d Mon Sep 17 00:00:00 2001 From: Jeremy Scheff Date: Mon, 23 Dec 2024 09:27:31 -0500 Subject: [PATCH] Fix test --- src/worker/core/contractNegotiation/accept.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker/core/contractNegotiation/accept.test.ts b/src/worker/core/contractNegotiation/accept.test.ts index 512838413..23fa90a40 100644 --- a/src/worker/core/contractNegotiation/accept.test.ts +++ b/src/worker/core/contractNegotiation/accept.test.ts @@ -24,7 +24,7 @@ describe("worker/core/contractNegotiation/accept", () => { }); assert.strictEqual( error2, - "This contract would put you over the salary cap. You cannot go over the salary cap to sign free agents to contracts higher than the minimum salary.", + "You cannot go over the salary cap to sign free agents to contracts higher than the minimum salary.", ); }); });