Skip to content

Commit 74bf7e0

Browse files
committed
test(): fix expected log
1 parent 5a3c5de commit 74bf7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/datetime/test/basic/datetime.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
717717

718718
expect(logs.length).toBe(1);
719719
expect(logs[0]).toContain(
720-
"[Ionic Warning]: Datetime: The 'date-time' presentation requires either a date or time object (or both) in formatOptions."
720+
"[Ionic Warning]: [ion-datetime] - The 'date-time' presentation requires either a date or time object (or both) in formatOptions."
721721
);
722722
});
723723
});

0 commit comments

Comments
 (0)