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