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

Commit b5dface8 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android (Google) Code Review
Browse files

Merge "Call stopTestModeInNativeCode() in testDecaying()."

parents 3db17c53 a8321242
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();
    }
}