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:
parent
85fb0f9b89
commit
352a935be4
@ -34,7 +34,7 @@ test('renders correctly without permission', () => {
|
|||||||
{
|
{
|
||||||
instanceId: 'instance-1',
|
instanceId: 'instance-1',
|
||||||
clientIp: '123.123.123.123',
|
clientIp: '123.123.123.123',
|
||||||
lastSeen: 1487861809466,
|
lastSeen: '2017-02-23T15:56:49',
|
||||||
sdkVersion: '4.0',
|
sdkVersion: '4.0',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -88,7 +88,7 @@ test('renders correctly with permissions', () => {
|
|||||||
{
|
{
|
||||||
instanceId: 'instance-1',
|
instanceId: 'instance-1',
|
||||||
clientIp: '123.123.123.123',
|
clientIp: '123.123.123.123',
|
||||||
lastSeen: 1487861809466,
|
lastSeen: '2017-02-23T15:56:49',
|
||||||
sdkVersion: '4.0',
|
sdkVersion: '4.0',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user