Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adinauer committed Jul 10, 2023
1 parent 2d00d6e commit 7904fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
package io.sentry.samples.spring.boot

class Test {
}
class Test
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,9 @@ class SentryPluginTest(
.appendArguments(":app:assembleDebug", "--info")
.build()

val instr = "OkHttpEventListener, OkHttp"
assertTrue {
"[sentry] Instrumentable: ChainedInstrumentable(instrumentables=OkHttp)" in build.output
"[sentry] Instrumentable: ChainedInstrumentable(instrumentables=$instr)" in build.output
}
}

Expand Down

0 comments on commit 7904fb6

Please sign in to comment.