-
Notifications
You must be signed in to change notification settings - Fork 1k
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
remove redundant string interpolation #6938
remove redundant string interpolation #6938
Conversation
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.
LGTM
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.
Looks like there's a real test failure in one of the suites
Assert.Contains() Failure: Sub-string not found
String: "Illegal actor name [üß]. Actor paths MUST"···
Not found: "include only ASCII"
Name of the failing test: Akka.Tests.Actor.LocalActorRefProviderSpec.An_ActorRefFactory_must_throw_suitable_exceptions_for_malformed_actor_names(name: "üß", expectedExceptionMessageSubstring: "include only ASCII") |
This error is happening in |
Test failure were not caused by this PR
No description provided.