Skip to content

Conversation

Horusiath
Copy link
Contributor

@Horusiath Horusiath commented Sep 26, 2017

This PR fixes the problem of unreadable assert messages in Akka.Streams TestSubscriber.

*Before

Got a message of the expected type <Akka.Streams.TestKit.TestSubscriber+OnNext1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]>. Also expected the predicate to return true but the message {TestSubscriber.OnNext(a)} of type <Akka.Streams.TestKit.TestSubscriber+OnNext1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]> did not match

After

Expected 'a' but got 'c'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants