Skip to content

Commit 4b76fdc

Browse files
committed
add back
1 parent dd7fb83 commit 4b76fdc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

instrumentation/internal/internal-reflection/javaagent-integration-tests/src/main/java/instrumentation/TestInstrumentationModule.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@ public TestInstrumentationModule() {
2323
public List<TypeInstrumentation> typeInstrumentations() {
2424
return singletonList(new TestTypeInstrumentation());
2525
}
26+
27+
@Override
28+
public boolean isHelperClass(String className) {
29+
return "instrumentation.TestSingletons".equals(className);
30+
}
2631
}

0 commit comments

Comments
 (0)