Skip to content

Commit 99dbe30

Browse files
author
HaoZhang
committed
smallfix
Signed-off-by: HaoZhang <haozhan@microsoft.com>
1 parent dcea6d9 commit 99dbe30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/apis/component_recognizer_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ func TestComponentDetectionOnMicronaut(t *testing.T) {
120120
isComponentsInProject(t, "micronaut", 1, "java", "myMicronautProject")
121121
}
122122

123-
func TestComponentDetectionOnSpringCloud(t *testing.T) {
124-
isComponentsInProject(t, "spring-cloud", 1, "java", "spring-cloud")
125-
}
126-
127123
func TestComponentDetectionOnOpenLiberty(t *testing.T) {
128124
isComponentsInProject(t, "open-liberty", 1, "java", "openliberty")
129125
}
@@ -140,6 +136,10 @@ func TestComponentDetectionOnVertx(t *testing.T) {
140136
isComponentsInProject(t, "vertx", 1, "java", "http-vertx")
141137
}
142138

139+
func TestComponentDetectionOnSpringCloud(t *testing.T) {
140+
isComponentsInProject(t, "spring-cloud", 1, "java", "spring-cloud")
141+
}
142+
143143
func TestComponentDetectionOnWildFly(t *testing.T) {
144144
isComponentsInProject(t, "wildfly", 1, "java", "wildfly")
145145
}

0 commit comments

Comments
 (0)