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:
Andrey 2024-09-11 13:55:57 -04:00
parent 74275078ee
commit 3f8f4a1dd8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public class MockIniFileProvider {
public static IniFileProvider create() {
IniFileMetaInfo mockMeta = mock(IniFileMetaInfo.class);
when(mockMeta.getTotalSize()).thenReturn(22972);
when(mockMeta.getTotalSize()).thenReturn(15000);
IniFileModelImpl mockModel = mock(IniFileModelImpl.class);
when(mockModel.getMetaInfo()).thenReturn(mockMeta);