Skip to content

Commit 01f2e52

Browse files
committed
more linting
1 parent 5eb29e4 commit 01f2e52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ describe("MiRepository", () => {
6767

6868
describe("getMi", () => {
6969
it("throws an error when fetching MI information that does not exist", async () => {
70-
await expect(miRepository.getMI("XXX", "supplier1")
71-
).rejects.toThrow(
70+
await expect(miRepository.getMI("XXX", "supplier1")).rejects.toThrow(
7271
"Management Information with id XXX not found for supplier supplier1",
7372
);
7473
});

0 commit comments

Comments
 (0)