Skip to content

Commit 1a3d85d

Browse files
Scra3Thenkei
authored andcommitted
fix: ok
Co-authored-by: Morgan PERRE <morganperre@gmail.com>
1 parent 59dc21b commit 1a3d85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/datasource-customizer/test/decorators/operators-emulate/collection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ describe('OperatorsEmulateCollectionDecorator', () => {
157157
});
158158
});
159159

160-
describe('when given null handler value for replaceFieldOperator', () => {
160+
test('replaceFieldOperator() should throw if no handler is given', () => {
161161
test('should crash', async () => {
162162
expect(() => newBooks.replaceFieldOperator('title', 'StartsWith', null)).toThrow(
163163
'replaceBy handler is required',

0 commit comments

Comments
 (0)