We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162fa86 commit 7325fa5Copy full SHA for 7325fa5
1 file changed
internal/datastore/src/__test__/mi-repository.test.ts
@@ -68,7 +68,7 @@ describe("MiRepository", () => {
68
describe("getMi", () => {
69
it("throws an error when fetching MI information that does not exist", async () => {
70
await expect(miRepository.getMI("XXX", "supplier1")).rejects.toThrow(
71
- "Management Information with id XXX not found for supplier supplier1",
+ "Management information not found: supplierId=supplier1, miId=XXX",
72
);
73
});
74
0 commit comments