Skip to content

Commit

Permalink
Update failure message in PokoCompilerPluginTest
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Dec 11, 2024
1 parent 821ebe4 commit 36f5d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class PokoCompilerPluginTest(
}
assertThat(result.messages).all {
contains(expectedLocation)
contains("Poko class primary constructor must have at least one property")
contains("Poko class primary constructor must have at least one non-skipped property")
}
}
}
Expand Down

0 comments on commit 36f5d1d

Please sign in to comment.