Fixing test cases

Signed-off-by: Rudra Sharans <rudra099999@gmail.com>
This commit is contained in:
Rudra Sharans
2025-10-08 00:17:09 +05:30
parent 703f8c08bd
commit c13704bf52
@@ -412,7 +412,7 @@ describe('AwsS3Publish', () => {
bucketName: bucketName,
});
await publisher.publish({ entity, directory });
expect(loggerInfoSpy).toHaveBeenLastCalledWith(
expect(loggerInfoSpy).toHaveBeenCalledWith(
`Successfully deleted stale files for Entity ${entity.metadata.name}. Total number of files: 1`,
);
}, 30000);