Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ class RxJava3SubscriptionTest extends AbstractRxJava3SubscriptionTest {
@RegisterExtension
static final InstrumentationExtension testing = LibraryInstrumentationExtension.create();

static final TracingAssembly tracingAssembly = TracingAssembly.create();

@Override
protected InstrumentationExtension testing() {
return testing;
}

static final TracingAssembly tracingAssembly = TracingAssembly.create();

@BeforeAll
static void setup() {
tracingAssembly.enable();
Expand Down
Loading