Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add network interceptor to directions #1093

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

@@ -839,6 +839,30 @@ public void testWithInterceptor() throws Exception {
assertEquals(interceptor, mapboxDirections.interceptor());
}

@Test
public void testWithNetworkInterceptor() throws Exception {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor thing Could we rename the test so it's clearer (although not consistently applied 👀 at the "naming" convention of the rest of the tests)? We should also remove test prefix from tests names, it's implicit with the usage of @Test annotation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yeah completely agree! i was only being consistent within this change. addressing naming conventions can be part of a separate PR to maintain consistency

@kmadsen kmadsen merged commit 5d81814 into master Jan 7, 2020
@kmadsen kmadsen deleted the kyle/add-network-interceptor-to-directions branch January 7, 2020 21:19
@langsmith langsmith mentioned this pull request Jan 8, 2020
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants