Skip to content

Commit

Permalink
убрал лишние строки
Browse files Browse the repository at this point in the history
  • Loading branch information
Голованов Сергей committed Dec 15, 2024
1 parent abb0e08 commit f246049
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bdd-asserts-class.os
Original file line number Diff line number Diff line change
Expand Up @@ -561,10 +561,8 @@
КонецЕсли;

Если Не ПараметрыСравненияТаблиц.УчитыватьПорядокСтрок Тогда

Таб1 = ПроверяемоеЗначение.Скопировать();
Таб2 = ОжидаемоеЗначение.Скопировать();

Таб1 = ОтсортироватьТаблицуПоВсемКолонкам(Таб1);
Таб2 = ОтсортироватьТаблицуПоВсемКолонкам(Таб2);
Иначе
Expand Down

0 comments on commit f246049

Please sign in to comment.