Skip to content

Commit

Permalink
fix center gravity in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BitPatty authored Jun 26, 2022
1 parent ac6126c commit a6fe088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transformers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('Transformers', () => {
},
},
}),
).toIncludeModifier('c:12:34:center:56:78');
).toIncludeModifier('c:12:34:ce:56:78');
});

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

0 comments on commit a6fe088

Please sign in to comment.