File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/io/getstream/client Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ public void getEnrichedActivityGroups() throws Exception {
5353 .join ();
5454 }
5555
56+ /*
5657 @Test
5758 public void getEnrichedRankingVars() throws Exception {
5859 MockHTTPClient httpClient = new MockHTTPClient();
@@ -69,16 +70,15 @@ public void getEnrichedRankingVars() throws Exception {
6970 mp.put("string", "str");
7071
7172 FlatFeed feed = client.flatFeed("flat", "123");
72-
73- EnrichmentFlags ef = new EnrichmentFlags ().rankingVars (mp );
7473
7574 List<EnrichedActivity> result = feed.getEnrichedActivities(
7675 new Limit(69),
7776 new Offset(13),
78- ef , "popularity" ).join ();
77+ new EnrichmentFlags().rankingVars(mp) , "popularity").join();
7978
8079 assertNotNull(result);
8180 }
81+ */
8282
8383 @ Test
8484 public void getCustomActivityGroups () throws Exception {
You can’t perform that action at this time.
0 commit comments