Skip to content

Commit f9b4183

Browse files
committed
Fixed: eslint let->const
1 parent 347eab9 commit f9b4183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/datasets/DatasetsRepository.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('DatasetsRepository', () => {
5555
describe('getAllDatasetPreviews', () => {
5656
const testPageLimit = 1
5757
const expectedTotalDatasetCount = 4
58-
let createdDatasetIds: CreatedDatasetIdentifiers[] = []
58+
const createdDatasetIds: CreatedDatasetIdentifiers[] = []
5959

6060
beforeAll(async () => {
6161
await createCollection()

0 commit comments

Comments
 (0)