-
Notifications
You must be signed in to change notification settings - Fork 730
add some basic tests #1559
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 some basic tests #1559
Conversation
Signed-off-by: wind57 <[email protected]>
| * @author Olga Maciaszek-Sharma | ||
| */ | ||
| @SpringBootTest(classes = CachingServiceInstanceListSupplierTests.TestConfig.class) | ||
| @SpringBootTest(classes = CachingServiceInstanceListSupplierTests.TestConfig.class, properties = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor refactor here, nothing has changes logically.
Signed-off-by: wind57 <[email protected]>
| /** | ||
| * @author wind57 | ||
| */ | ||
| class CaffeineBasedLoadBalancerCacheManagerTests { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying to get to the bottom of another ticket (spring-cloud/spring-cloud-kubernetes#1970) and this is why I ended up here, trying to figure out the code a bit more.
Signed-off-by: wind57 <[email protected]>
|
@ryanjbaxter minor thing if you want to look at. thank you |
Signed-off-by: wind57 <[email protected]>
Signed-off-by: wind57 <[email protected]>
|
Looks good, want to make it Ready To Review so I can merge it? |
|
done |
No description provided.