1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 07:31:46 +01:00

Fixes key

This commit is contained in:
Amir Raminfar
2020-04-27 12:14:12 -07:00
parent d794ca1c7f
commit df0b584c8e

View File

@@ -113,7 +113,7 @@ describe("<LogEventSource />", () => {
const [message, _] = wrapper.vm.messages;
const { key, ...messageWithoutKey } = message;
expect(key).toBe("2020-04-27T10:35:43.272Z");
expect(key).toBe("2020-04-27T12:35:43.272974324+02:00");
expect(messageWithoutKey).toMatchInlineSnapshot(`
Object {
"date": 2020-04-27T10:35:43.272Z,