Skip to content

Commit

Permalink
исправлен падающий тест
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Dec 14, 2023
1 parent 473c87b commit 3598cc3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ void testConfigure() {

List<Diagnostic> diagnostics = getDiagnostics();

assertThat(diagnostics).hasSize(5);
assertThat(diagnostics).hasSize(6);
assertThat(diagnostics, true)
.hasRange(12, 12, 28)
.hasRange(13, 7, 17)
.hasRange(23, 7, 26)
.hasRange(27, 22, 32)
.hasRange(29, 29, 39);

.hasRange(29, 29, 39)
.hasRange(31, 64, 80);
}
}

0 comments on commit 3598cc3

Please sign in to comment.