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

chore: update starter modules in spring-cloud-previews #3657

Merged
merged 3 commits into from
Mar 12, 2025

Conversation

JoeWang1127
Copy link
Contributor

No description provided.

Unverified

This user has not yet uploaded their public signing key.
@JoeWang1127 JoeWang1127 marked this pull request as ready for review March 11, 2025 19:40
@JoeWang1127 JoeWang1127 requested a review from a team as a code owner March 11, 2025 19:40
@@ -197,6 +198,7 @@ void testExecutorThreadCountFromProperties() {
void testCustomTransportChannelProviderUsedWhenProvided() throws IOException {
when(mockTransportChannelProvider.getTransportName()).thenReturn("grpc");
when(mockTransportChannelProvider.getTransportChannel()).thenReturn(mockTransportChannel);
when(mockTransportChannelProvider.withUseS2A(anyBoolean())).thenReturn(mockTransportChannelProvider);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fix unit tests.

@JoeWang1127 JoeWang1127 requested a review from a team March 12, 2025 12:27
@JoeWang1127 JoeWang1127 merged commit 27d8487 into main Mar 12, 2025
11 checks passed
@JoeWang1127 JoeWang1127 deleted the chore/update-spring-preview branch March 12, 2025 12:28
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.

None yet

3 participants