-
Notifications
You must be signed in to change notification settings - Fork 48
Resort imports #791
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
Resort imports #791
Conversation
+1 for this, this will help a lot. |
7ccbcb4
to
10d7607
Compare
Update CustomMediaTypesSpec.scala Update CustomMediaTypesSpec.scala Update CustomMediaTypesSpec.scala
10d7607
to
877fe94
Compare
This sort is repeatable (run If someone comes up with another sorting solution, we can add that later. |
set.contains(MediaType.parse("application/x-akka-test").right.get) should ===(true) | ||
set.contains(MediaType.parse("application/x-Akka-TEST").right.get) should ===(true) | ||
set.contains(MediaType.parse("application/x-pekko-test").right.get) should ===(true) | ||
set.contains(MediaType.parse("application/x-Pekko-TEST").right.get) should ===(true) |
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.
nice
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
@pjfanning Would you think it valuable to have this in pekko-grpc too. |
|
Uh oh!
There was an error while loading. Please reload this page.