mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Rename DoubleMutabilityInCollectionSpec to DoubleMutabilityForCollectionSpec (#4251)
This commit is contained in:
@@ -8,13 +8,13 @@ import org.jetbrains.kotlin.cli.jvm.compiler.KotlinCoreEnvironment
|
||||
import org.spekframework.spek2.Spek
|
||||
import org.spekframework.spek2.style.specification.describe
|
||||
|
||||
class DoubleMutabilityInCollectionSpec : Spek({
|
||||
class DoubleMutabilityForCollectionSpec : Spek({
|
||||
setupKotlinEnvironment()
|
||||
|
||||
val env: KotlinCoreEnvironment by memoized()
|
||||
val subject by memoized { DoubleMutabilityForCollection(Config.empty) }
|
||||
|
||||
describe("DoubleMutabilityInCollection rule") {
|
||||
describe("DoubleMutabilityForCollection rule") {
|
||||
|
||||
describe("local variables") {
|
||||
|
||||
Reference in New Issue
Block a user