Skip to content

Commit 5bd496b

Browse files
generatedunixname1899117597419293meta-codesync[bot]
authored andcommitted
fbsource//xplat/js/react-native-github/packages/react-native/ReactCommon/react/renderer/css:tests (#55938)
Summary: Pull Request resolved: #55938 Reviewed By: franklinho Differential Revision: D95366900 fbshipit-source-id: 327ca7f07053837ccc3bfa9f019c6849f517d384
1 parent 59e6ce2 commit 5bd496b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/react/renderer/css/tests/CSSValueParserTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct CSSDataTypeParser<ConsumeDataType> {
3333

3434
static_assert(CSSDataType<ConsumeDataType>);
3535

36-
TEST(CSSValueParser, consume_multiple_with_delimeter) {
36+
TEST(CSSValueParser, consume_multiple_with_delimiter) {
3737
CSSSyntaxParser syntaxParser{"1 2, 3, 4 / 5"};
3838
CSSValueParser parser{syntaxParser};
3939

0 commit comments

Comments
 (0)