Skip to content

Commit

Permalink
Rename "UnusedPrivateParameterSpec" to "UnusedParameterSpec"
Browse files Browse the repository at this point in the history
  • Loading branch information
drawers committed Jan 25, 2023
1 parent 8c4c509 commit b563ece
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.junit.jupiter.api.Nested
import org.junit.jupiter.api.Test

@KotlinCoreEnvironmentTest
class UnusedPrivateParameterSpec(val env: KotlinCoreEnvironment) {
class UnusedParameterSpec(val env: KotlinCoreEnvironment) {
val subject = UnusedParameter()

@Nested
Expand Down

0 comments on commit b563ece

Please sign in to comment.