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 33816ce commit 66c882cCopy full SHA for 66c882c
src/test/java/io/getstream/client/ClientTest.java
@@ -158,7 +158,7 @@ public void enrichedFeedURL() throws Exception {
158
}
159
160
@Test
161
- public void enrichedFeedURLExternalRanking() throws Exception {
+ public void feedURLExternalRanking() throws Exception {
162
MockHTTPClient httpClient = new MockHTTPClient();
163
Client client = Client.builder(apiKey, secret).httpClient(httpClient).build();
164
FlatFeed feed = client.flatFeed("flat", "1");
0 commit comments