Skip to content

Commit 2149569

Browse files
committed
chore: fmt
Signed-off-by: Mark Phelps <[email protected]>
1 parent 2979eb4 commit 2149569

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

libs/providers/flipt-web/src/lib/flipt-web-provider.spec.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ describe('FliptWebProvider', () => {
7575
});
7676

7777
it('should return right value if key exists', () => {
78-
const value = provider.resolveObjectEvaluation('flag_object', { fizz: 'buzz' }, { targetingKey: '1234', fizz: 'buzz' });
78+
const value = provider.resolveObjectEvaluation(
79+
'flag_object',
80+
{ fizz: 'buzz' },
81+
{ targetingKey: '1234', fizz: 'buzz' },
82+
);
7983
expect(value).toHaveProperty('value', { foo: 'bar' });
8084
expect(value).toHaveProperty('reason', 'TARGETING_MATCH');
8185
});

0 commit comments

Comments
 (0)