Skip to content

Commit 8243687

Browse files
committed
fixed test name
1 parent d8ded49 commit 8243687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__TESTS__/unit/toJson/adjust.toJson.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('Adjust toJson()', () => {
1414
]);
1515
});
1616

17-
it('unsharpMask.improve', () => {
17+
it('adjust.unsharpMask', () => {
1818
const transformation = new Transformation()
1919
.addAction(Adjust.unsharpMask().strength(10));
2020
expect(transformation.toJson()).toStrictEqual( [

0 commit comments

Comments
 (0)