Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5c57ad2

Browse files
committed
Separate tests
1 parent f7b4cdd commit 5c57ad2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

shell/platform/darwin/macos/framework/Source/FlutterTextInputPluginTest.mm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ - (bool)testFirstRectForCharacterRange {
161161

162162
TEST(FlutterTextInputPluginTest, TestEmptyCompositionRange) {
163163
ASSERT_TRUE([[FlutterInputPluginTestObjc alloc] testEmptyCompositionRange]);
164+
}
165+
166+
TEST(FlutterTextInputPluginTest, TestFirstRectForCharacterRange) {
164167
ASSERT_TRUE([[FlutterInputPluginTestObjc alloc] testFirstRectForCharacterRange]);
165168
}
166169

0 commit comments

Comments
 (0)