mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
BaseViewTest: increase tolerance
This commit is contained in:
@@ -39,7 +39,7 @@ import static android.view.View.MeasureSpec.makeMeasureSpec;
|
||||
|
||||
public class BaseViewTest extends BaseAndroidTest
|
||||
{
|
||||
public double similarityCutoff = 0.00015;
|
||||
public double similarityCutoff = 0.00018;
|
||||
|
||||
@Override
|
||||
public void setUp()
|
||||
|
||||
Reference in New Issue
Block a user