fix: lint formatting in storage test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -100,7 +100,9 @@ describe("storage.service", () => {
|
||||
const url = await getImageUrl("test-image.jpg");
|
||||
|
||||
expect(mockGetSignedUrl).toHaveBeenCalledTimes(1);
|
||||
expect(url).toBe("https://s3.example.com/gearbox-images/test.jpg?signed=1");
|
||||
expect(url).toBe(
|
||||
"https://s3.example.com/gearbox-images/test.jpg?signed=1",
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user