Skip to content

Commit fff92a8

Browse files
GijsWeteringskosmydel
authored andcommitted
Deduplicate test case for TextExample in preparation of rntester android onboarding
Summary: D57197676 reordered the TextExample test cases, but accidentally reused the same string as the case in packages/rn-tester/js/examples/Text/TextInlineViewsExample.js Changelog: [Internal] Reviewed By: rshest Differential Revision: D57279961 fbshipit-source-id: 60a41eaf13d82538ee149fe4ef5531e42c00b012
1 parent c0023eb commit fff92a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rn-tester/js/examples/Text/TextExample.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ const examples = [
12111211
},
12121212
{
12131213
title: 'Inline views',
1214-
name: 'inlineViews',
1214+
name: 'inlineViewsBasic',
12151215
render: function (): React.Node {
12161216
return <TextInlineView.Basic />;
12171217
},

0 commit comments

Comments
 (0)