mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Call stopTestModeInNativeCode() in testDecaying().
Change-Id: I939fdbda31ff066ea6e807ad1438a8f77fb6ddef
This commit is contained in:
parent
620bfb9bb9
commit
a8321242c6
@ -308,5 +308,6 @@ public class UserHistoryDictionaryTests extends AndroidTestCase {
|
|||||||
for (final String word : words) {
|
for (final String word : words) {
|
||||||
assertFalse(dict.isInDictionary(word));
|
assertFalse(dict.isInDictionary(word));
|
||||||
}
|
}
|
||||||
|
stopTestModeInNativeCode();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user