File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/flutter_tools/gradle/src/test/kotlin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class AppLinkSettingsTest {
3939 val settingsJson = appLinkSettings.toJson()
4040
4141 // Keys are not a reference because the key values are accessed
42- // across the gradle/dart boundery .
42+ // across the gradle/dart boundary .
4343 assertTrue(settingsJson.containsKey(" applicationId" ))
4444 assertTrue(settingsJson.containsKey(" deeplinkingFlagEnabled" ))
4545 assertTrue(settingsJson.containsKey(" deeplinks" ))
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class IntentFilterCheckTest {
1818 val intentJson = intentFilterCheck.toJson()
1919
2020 // Keys are not a reference because the key values are accessed
21- // across the gradle/dart boundery .
21+ // across the gradle/dart boundary .
2222 assertTrue(intentJson.containsKey(" hasAutoVerify" ))
2323 assertTrue(intentJson.containsKey(" hasActionView" ))
2424 assertTrue(intentJson.containsKey(" hasDefaultCategory" ))
You can’t perform that action at this time.
0 commit comments