Skip to content

Commit

Permalink
Remove senseless reference to "default"
Browse files Browse the repository at this point in the history
  • Loading branch information
drawers committed Feb 24, 2023
1 parent e15a88d commit ca36280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class VariableNamingSpec {
}

@Test
fun `should not flag overridden member properties by default`() {
fun `should not flag overridden member properties`() {
val code = """
class C : I {
override val SHOULD_NOT_BE_FLAGGED = "banana"
Expand Down

0 comments on commit ca36280

Please sign in to comment.