Skip to content

Commit 126d144

Browse files
committed
test(text-write): update expected line count in text reading test
1 parent ce3e465 commit 126d144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/text-write.os

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
Текст.Открыть(ПутьФайла,"UTF-8");
275275
Стр = Текст.Прочитать();
276276

277-
юТест.ПроверитьРавенство(6, КоличествоСтрок);
277+
юТест.ПроверитьРавенство(10, КоличествоСтрок);
278278
юТест.ПроверитьРавенство(125, СтрДлина(Стр));
279279

280280
КонецПроцедуры

0 commit comments

Comments
 (0)