Skip to content

Commit

Permalink
Added: temporal log for action logging
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Oct 20, 2023
1 parent a2dc047 commit a55d6fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/datasets/DatasetsRepository.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ describe('DatasetsRepository', () => {
// We publish the new test dataset so it will create a lock during publishing
await publishDatasetViaApi(createdDatasetId)
.then()
.catch(() => {
.catch((error) => {
console.log(error);
assert.fail('Error while publishing test Dataset');
});
const actual = await sut.getDatasetLocks(createdDatasetId);
Expand Down

0 comments on commit a55d6fe

Please sign in to comment.