Skip to content

Commit 33bc87b

Browse files
committed
Fixed type check
1 parent f6fe82f commit 33bc87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/triggers_actions_ui/public/application/sections/alert_details/components/alert_details.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ describe('alert_details', () => {
147147
const alert = mockAlert({
148148
executionStatus: {
149149
status: 'error',
150-
date: new Date('2020-08-20T19:23:38Z'),
150+
lastExecutionDate: new Date('2020-08-20T19:23:38Z'),
151151
error: {
152152
reason: 'unknown',
153153
message: 'test',

0 commit comments

Comments
 (0)