Skip to content

Commit a6fe088

Browse files
authored
fix center gravity in tests
1 parent ac6126c commit a6fe088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transformers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('Transformers', () => {
9898
},
9999
},
100100
}),
101-
).toIncludeModifier('c:12:34:center:56:78');
101+
).toIncludeModifier('c:12:34:ce:56:78');
102102
});
103103

104104
test('Omits Gravity If Not Specified', () => {

0 commit comments

Comments
 (0)