mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
fix(operators): Updated tests to remove legacy v1, v4 uuid operators.
This commit is contained in:
parent
98cd626550
commit
f43a054d2c
@ -38,14 +38,6 @@ test('_uuid: undefined', () => {
|
||||
expect(_uuid({ params: undefined, location: 'locationId' })).toEqual('ABC-v4');
|
||||
expect(uuid.v4).toHaveBeenCalled();
|
||||
});
|
||||
test('_uuid: v1', () => {
|
||||
expect(_uuid({ methodName: 'v1', location: 'locationId' })).toEqual('ABC-v1');
|
||||
expect(uuid.v1).toHaveBeenCalled();
|
||||
});
|
||||
test('_uuid: v4', () => {
|
||||
expect(_uuid({ methodName: 'v4', location: 'locationId' })).toEqual('ABC-v4');
|
||||
expect(uuid.v4).toHaveBeenCalled();
|
||||
});
|
||||
test('_uuid.v1', () => {
|
||||
expect(_uuid({ methodName: 'v1', location: 'locationId' })).toEqual('ABC-v1');
|
||||
expect(uuid.v1).toHaveBeenCalled();
|
||||
|
Loading…
Reference in New Issue
Block a user