Skip to content

Commit 66c882c

Browse files
committed
chore: fix test case naming
1 parent 33816ce commit 66c882c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/getstream/client/ClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public void enrichedFeedURL() throws Exception {
158158
}
159159

160160
@Test
161-
public void enrichedFeedURLExternalRanking() throws Exception {
161+
public void feedURLExternalRanking() throws Exception {
162162
MockHTTPClient httpClient = new MockHTTPClient();
163163
Client client = Client.builder(apiKey, secret).httpClient(httpClient).build();
164164
FlatFeed feed = client.flatFeed("flat", "1");

0 commit comments

Comments
 (0)