Skip to content

Commit 76abfd9

Browse files
ahornaceVladimir Kotal
authored andcommitted
Fix typo in test
1 parent 4f7ea01 commit 76abfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/org/opensolaris/opengrok/web/api/v1/controller/SuggesterControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ public void testGetPopularityDataAll() {
602602
.request()
603603
.get(popularityDataType);
604604

605-
assertThat(res, contains(new SimpleEntry<>("stopclass", 15), new SimpleEntry<>("mynamespace", 10)));
605+
assertThat(res, contains(new SimpleEntry<>("topclass", 15), new SimpleEntry<>("mynamespace", 10)));
606606
}
607607

608608
@Test

0 commit comments

Comments
 (0)