Skip to content

Commit

Permalink
add some TODO's to add the GetFile by persistentId integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Jan 25, 2024
1 parent 0f54a60 commit d3a614e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration/files/FilesRepository.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@ describe('FilesRepository', () => {
);
});
});
describe('by persistent id', () => {
// TODO - Find the way of adding a persistent id to a file via API to create the test data
});
});

describe('getFileDraft', () => {
Expand Down Expand Up @@ -486,5 +489,8 @@ describe('FilesRepository', () => {
);
});
});
describe('by persistent id', () => {
// TODO - Find the way of adding a persistent id to a file via API to create the test data
});
});
});

0 comments on commit d3a614e

Please sign in to comment.