Skip to content

Commit

Permalink
Make ktlint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi committed May 15, 2024
1 parent 4333a56 commit 28c0997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SentryTelemetryServiceTest {

@Suppress("UnstableApiUsage")
@Test
fun `when no auth token is present, SentryCliInfoValueSource sentry-cli info returns an empty string`() {
fun `SentryCliInfoValueSource returns empty string when no auth token is present`() {
val project = ProjectBuilder
.builder()
.withProjectDir(testProjectDir.root)
Expand Down

0 comments on commit 28c0997

Please sign in to comment.