Skip to content

Commit

Permalink
Fixed expected issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladyn committed Jun 17, 2019
1 parent 1a37684 commit d38bc21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ public void shouldFindAllJavaIssues() {
*/
@Test
public void shouldFindAllKotlinIssues() {
shouldFindIssuesOfTool(4, new Kotlin(), "kotlin.txt");
shouldFindIssuesOfTool(1, new Kotlin(), "kotlin.txt");
}

/**
Expand Down

0 comments on commit d38bc21

Please sign in to comment.