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

Commit 04424909 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android Git Automerger
Browse files

am b5dface8: Merge "Call stopTestModeInNativeCode() in testDecaying()."

* commit 'b5dface8':
  Call stopTestModeInNativeCode() in testDecaying().
parents 6a1516fe b5dface8
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();
    }
}