Skip to content

Commit

Permalink
поправил тест
Browse files Browse the repository at this point in the history
  • Loading branch information
theshadowco committed Oct 6, 2021
1 parent dd245be commit ffed08d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ void testOtherMDO() {

assertThat(diagnostics)
.hasSize(5)
.noneMatch(diagnostic -> diagnostic.getMessage().contains("для `Справочник.Справочник1"))
.anyMatch(diagnostic -> diagnostic.getMessage().contains("для `Документ.Документ1.Attribute"))
.anyMatch(diagnostic -> diagnostic.getMessage().contains("для `Документ.Документ1.TabularSection"))
.anyMatch(diagnostic -> diagnostic.getMessage().contains("для `РегистрСведений.РегистрСведений1.Dimension"))
.noneMatch(diagnostic -> diagnostic.getMessage().contains("имя `Справочник.Справочник1"))
.anyMatch(diagnostic -> diagnostic.getMessage().contains("имя `Документ.Документ1.Attribute"))
.anyMatch(diagnostic -> diagnostic.getMessage().contains("имя `Документ.Документ1.TabularSection"))
.anyMatch(diagnostic -> diagnostic.getMessage().contains("имя `РегистрСведений.РегистрСведений1.Dimension"))
;
}
}

0 comments on commit ffed08d

Please sign in to comment.