Skip to content

Commit 20af204

Browse files
runningcodeclaude
andcommitted
chore: Apply spotless formatting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fb5d697 commit 20af204

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

plugin-build/src/test/kotlin/io/sentry/android/gradle/snapshot/GenerateSnapshotTestsTaskTest.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ class GenerateSnapshotTestsTaskTest {
119119
fun `generated sidecar filename preserves original case`() {
120120
val content = generateAndRead(packageTrees = listOf("com.example"))
121121

122-
assertTrue(
123-
content.contains("screenshotId.replace(\"\\\\s\".toRegex(), \"_\")")
124-
)
122+
assertTrue(content.contains("screenshotId.replace(\"\\\\s\".toRegex(), \"_\")"))
125123
assertFalse(content.contains("lowercase"))
126124
}
127125

0 commit comments

Comments
 (0)