Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Dec 23, 2024
1 parent 6bcd544 commit bb927f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/core/contractNegotiation/accept.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
);
});
});

0 comments on commit bb927f1

Please sign in to comment.