Skip to content

Commit 7325fa5

Browse files
committed
fix test
1 parent 162fa86 commit 7325fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/datastore/src/__test__/mi-repository.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe("MiRepository", () => {
6868
describe("getMi", () => {
6969
it("throws an error when fetching MI information that does not exist", async () => {
7070
await expect(miRepository.getMI("XXX", "supplier1")).rejects.toThrow(
71-
"Management Information with id XXX not found for supplier supplier1",
71+
"Management information not found: supplierId=supplier1, miId=XXX",
7272
);
7373
});
7474

0 commit comments

Comments
 (0)