Skip to content

Commit 1e9fead

Browse files
committed
prettier
1 parent f7e9e0e commit 1e9fead

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/modules/games/game-versions.controller.spec.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,7 @@ describe("GameVersionsController", () => {
6868
"bytes=0-999",
6969
);
7070

71-
expect(otpService.create).toHaveBeenCalledWith(
72-
"testuser",
73-
42,
74-
7,
75-
1024,
76-
);
71+
expect(otpService.create).toHaveBeenCalledWith("testuser", 42, 7, 1024);
7772
expect(mockResponse.setHeader).toHaveBeenCalledWith("X-Otp", "mock-otp");
7873
expect(filesService.download).toHaveBeenCalledWith(
7974
mockResponse,

0 commit comments

Comments
 (0)