Skip to content

Commit c4520f4

Browse files
committed
fiixed broken test
1 parent cedae0b commit c4520f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__TESTS__/unit/toJson/effect.toJson.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ describe('Effect toJson()', () => {
191191
expect(transformation.toJson()).toStrictEqual( [
192192
{
193193
actionType: 'vignette',
194-
level: 50,
194+
level: 5,
195195
}
196196
]);
197197
});

0 commit comments

Comments
 (0)