1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fixed timezone in test timestamp

This commit is contained in:
Benjamin Ludewig 2019-01-16 10:51:17 +01:00
parent 85fb0f9b89
commit 352a935be4

View File

@ -34,7 +34,7 @@ test('renders correctly without permission', () => {
{
instanceId: 'instance-1',
clientIp: '123.123.123.123',
lastSeen: 1487861809466,
lastSeen: '2017-02-23T15:56:49',
sdkVersion: '4.0',
},
],
@ -88,7 +88,7 @@ test('renders correctly with permissions', () => {
{
instanceId: 'instance-1',
clientIp: '123.123.123.123',
lastSeen: 1487861809466,
lastSeen: '2017-02-23T15:56:49',
sdkVersion: '4.0',
},
],