Skip to content

Commit

Permalink
Polish.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Mar 10, 2021
1 parent 742b3e2 commit 447703c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sentry/src/test/java/io/sentry/SentryClientTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,6 @@ class SentryClientTest {
val transaction = SentryTransaction("name", "op")
val sdkVersion = SdkVersion("transaction.sdk.name", "version")
transaction.sdk = sdkVersion
transaction.environment = "transactionEnvironment"
sut.captureTransaction(transaction)
assertEquals(sdkVersion, transaction.sdk)
}
Expand Down

0 comments on commit 447703c

Please sign in to comment.