Skip to content

Commit 51c2b44

Browse files
author
HaoZhang
committed
fix conflict
Signed-off-by: HaoZhang <haozhan@microsoft.com>
1 parent 4446a33 commit 51c2b44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/apis/component_recognizer_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ func TestComponentDetectionOnSpring(t *testing.T) {
132132
isComponentsInProject(t, "spring", 1, "java", "spring")
133133
}
134134

135+
func TestComponentDetectionOnSpringCloud(t *testing.T) {
136+
isComponentsInProject(t, "spring-cloud", 1, "java", "spring-cloud")
137+
}
138+
135139
func TestComponentDetectionOnVertx(t *testing.T) {
136140
isComponentsInProject(t, "vertx", 1, "java", "http-vertx")
137141
}

0 commit comments

Comments
 (0)