Skip to content

Commit 86feeab

Browse files
committed
Apply automatic fixes to biome linting failures
1 parent b5bf147 commit 86feeab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ describe('Replicate client', () => {
750750

751751
describe('run', () => {
752752
test('Calls the correct API routes for a version', async () => {
753-
let firstPollingRequest = true;
753+
const firstPollingRequest = true;
754754

755755
nock(BASE_URL)
756756
.post('/predictions')
@@ -809,7 +809,7 @@ describe('Replicate client', () => {
809809
});
810810

811811
test('Calls the correct API routes for a model', async () => {
812-
let firstPollingRequest = true;
812+
const firstPollingRequest = true;
813813

814814
nock(BASE_URL)
815815
.post('/models/replicate/hello-world/predictions')

0 commit comments

Comments
 (0)