Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
fix: add lost assert for source caller
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 29, 2022
1 parent 8c17db6 commit 2317f21
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,5 +16,6 @@ class ApiParserTest {
javaApiAnalyser.analysisByNode(ds, "")
val services = javaApiAnalyser.toContainerServices()
assertEquals(1, services[0].demands.size)
assertEquals("QualityGateClientImpl", services[0].demands[0].source_caller)
}
}

0 comments on commit 2317f21

Please sign in to comment.