Skip to content

Commit 5a58cd7

Browse files
CCM-12111: Stray createdAt reference
1 parent f344de5 commit 5a58cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/__tests__/utils/form-actions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ describe('form-actions', () => {
486486
await expect(getTemplates()).rejects.toThrow('Failed to get access token');
487487
});
488488

489-
test('getTemplates - order by createdAt and then id', async () => {
489+
test('getTemplates - order by updatedAt and then id', async () => {
490490
const baseTemplate = {
491491
templateType: 'SMS',
492492
templateStatus: 'NOT_YET_SUBMITTED',

0 commit comments

Comments
 (0)