Skip to content

Commit a0a524c

Browse files
authored
Merge pull request #311 from opalj/fix/reflective-instantiation
Trim class name
2 parents b364d28 + 446f2f9 commit a0a524c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OPAL/tac/src/it/scala/org/opalj/tac/fpcf/analyses/FPCFAnalysesIntegrationTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class FPCFAnalysesIntegrationTest extends AnyFunSpec {
173173
}
174174

175175
def getProperty(fqn: String): PropertyMetaInformation = {
176-
getObjectReflectively[PropertyMetaInformation](fqn, this, "integration test").get
176+
getObjectReflectively[PropertyMetaInformation](fqn.trim, this, "integration test").get
177177
}
178178

179179
def getConfig: Seq[(String, Set[ComputationSpecification[FPCFAnalysis]], Seq[PropertyMetaInformation])] = {

0 commit comments

Comments
 (0)