Skip to content

Commit f262dcd

Browse files
committed
CCM-8590: fix unit test title
1 parent d12396e commit f262dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/backend-client/src/__tests__/schemas/template-schema.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ describe('Template schemas', () => {
295295
});
296296
});
297297

298-
test('Letter creation should fail', () => {
298+
test('Letter update should fail', () => {
299299
const result = $UpdateTemplateSchema.safeParse({
300300
name: 'Test Template',
301301
message: 'mesage',

0 commit comments

Comments
 (0)