Skip to content

Commit 8aeccb7

Browse files
committed
fix test title
1 parent 24cdf28 commit 8aeccb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/sftp-letters/src/__tests__/infra/template-lock-repository.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('TemplateLockRepository', () => {
8484
});
8585

8686
describe('finaliseLock', () => {
87-
test('unconditionally sets lockTime to zero', async () => {
87+
test('unconditionally sets lockTime to one month in the future', async () => {
8888
const { mocks, templateRepository } = setup();
8989

9090
mocks.client.on(UpdateCommand).resolvesOnce({});

0 commit comments

Comments
 (0)