add test & fix for another url detection auto-space issue

This commit is contained in:
Helium314 2023-11-20 00:48:26 +01:00
parent ea17006570
commit 0187beeae5
3 changed files with 14 additions and 3 deletions

View file

@ -85,7 +85,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.12.4'
testImplementation 'org.mockito:mockito-inline:3.12.4'
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'org.robolectric:robolectric:4.11.1'
testImplementation 'androidx.test:runner:1.5.2'
testImplementation 'androidx.test:core:1.5.0'
}