mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix UserBigramSuggestTests
Change-Id: I3363fba44ee70876fd7ba8e27c6ca3c83753b53a
This commit is contained in:
parent
16d5e196dc
commit
fb9b0f493c
@ -23,7 +23,7 @@ import com.android.inputmethod.latin.tests.R;
|
||||
import java.util.Locale;
|
||||
|
||||
public class UserBigramSuggestTests extends SuggestTestsBase {
|
||||
private static final int SUGGESTION_STARTS = 6;
|
||||
private static final int SUGGESTION_STARTS = 1;
|
||||
private static final int MAX_DATA = 20;
|
||||
private static final int DELETE_DATA = 10;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user