Console should get much smarter around compatibility with older units #6845
tests do not care for this value to be real
This commit is contained in:
parent
74275078ee
commit
3f8f4a1dd8
|
@ -12,7 +12,7 @@ public class MockIniFileProvider {
|
||||||
public static IniFileProvider create() {
|
public static IniFileProvider create() {
|
||||||
IniFileMetaInfo mockMeta = mock(IniFileMetaInfo.class);
|
IniFileMetaInfo mockMeta = mock(IniFileMetaInfo.class);
|
||||||
|
|
||||||
when(mockMeta.getTotalSize()).thenReturn(22972);
|
when(mockMeta.getTotalSize()).thenReturn(15000);
|
||||||
|
|
||||||
IniFileModelImpl mockModel = mock(IniFileModelImpl.class);
|
IniFileModelImpl mockModel = mock(IniFileModelImpl.class);
|
||||||
when(mockModel.getMetaInfo()).thenReturn(mockMeta);
|
when(mockModel.getMetaInfo()).thenReturn(mockMeta);
|
||||||
|
|
Loading…
Reference in New Issue