Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Dec 26, 2021
1 parent 27e9a7a commit 0da9400
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -346,7 +346,7 @@ class ExplicitCollectionElementAccessMethodSpec : Spek({
assertThat(subject.compileAndLintWithContext(env, code)).isEmpty()
}

it("does not report if the function has more than 3 arguments and it's defined in java") {
it("does not report if the function has 3 or more arguments and it's defined in java") {
val code = """
import com.example.fromjava.Rect
Expand Down

0 comments on commit 0da9400

Please sign in to comment.