Spelling mistake fixes (#2151)

* Spelling mistake fixes

* Spelling mistake fix
This commit is contained in:
Adam Jones 2018-12-21 13:20:52 +00:00 committed by neslihanturan
parent d31574f6cd
commit fb3136ab19
31 changed files with 107 additions and 116 deletions

View file

@ -67,7 +67,7 @@ class GpsCategoryModelTest {
}
@Test
fun setttingTheListOverwritesExistingValues() {
fun settingTheListOverwritesExistingValues() {
testObject.add("one")
testObject.categoryList = listOf("two")