Skip to content

Commit

Permalink
- linting
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 10, 2024
1 parent 75f5ba7 commit 08c346a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,11 +491,11 @@ describe('SubmissionHistory', () => {
createdAt: '12/12/2012 12:12',
submittedBy: 'test@teamraft.com',
latest_reparse_file_meta: {
'finished': true,
'success': true,
'started_at': '2024-12-09T18:38:14+0000',
'finished_at': '2024-12-09T18:38:16+0000'
}
finished: true,
success: true,
started_at: '2024-12-09T18:38:14+0000',
finished_at: '2024-12-09T18:38:16+0000',
},
},
],
},
Expand Down

0 comments on commit 08c346a

Please sign in to comment.