Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8321242 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Call stopTestModeInNativeCode() in testDecaying().

Change-Id: I939fdbda31ff066ea6e807ad1438a8f77fb6ddef
parent 620bfb9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -308,5 +308,6 @@ public class UserHistoryDictionaryTests extends AndroidTestCase {
        for (final String word : words) {
            assertFalse(dict.isInDictionary(word));
        }
        stopTestModeInNativeCode();
    }
}