We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b7dab commit 9e8aaa4Copy full SHA for 9e8aaa4
src/test/java/io/getstream/client/AggregatedFeedTest.java
@@ -68,14 +68,14 @@ public void getEnrichedRankingVars() throws Exception {
68
mp.put("sports", 2.1);
69
mp.put("string", "str");
70
71
- FlatFeed feed = client.flatFeed("user", "1");
+ FlatFeed feed = client.flatFeed("flat", "123");
72
73
EnrichmentFlags ef = new EnrichmentFlags().rankingVars(mp);
74
75
List<EnrichedActivity> result = feed.getEnrichedActivities(
76
new Limit(69),
77
new Offset(13),
78
- ef, "popular").join();
+ ef, "popularity").join();
79
80
assertNotNull(result);
81
}
0 commit comments