[apps/tests] Put LCD data/timing limits to 0

This commit is contained in:
Léa Saviot
2019-07-15 15:57:02 +02:00
parent aafb6d5a5e
commit 20f42465d0
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ private:
BufferTextView m_lcdDataStateView;
BufferTextView m_lcdNumberPixelFailuresView;
};
static constexpr int k_errorLimit = 1;
static constexpr int k_errorLimit = 0;
void runTest();
bool m_testSuccessful;
ContentView m_view;

View File

@@ -34,7 +34,7 @@ private:
BufferTextView m_lcdTimingStateView;
BufferTextView m_lcdNumberGlyphFailuresView;
};
static constexpr int k_errorLimit = 1;
static constexpr int k_errorLimit = 0;
void runTest();
bool m_testSuccessful;
ContentView m_view;