Skip to content

Commit 5c0ef43

Browse files
authored
Merge branch 'develop' into fix/string-analysis-dependencies
2 parents f2a0b25 + a0a524c commit 5c0ef43

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)