-
Notifications
You must be signed in to change notification settings - Fork 28
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
Skip §2.13 for value types #34
Skip §2.13 for value types #34
Conversation
94c3bf8
to
de71fb1
Compare
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'd keep the int?
variant as well.
@@ -5,21 +5,21 @@ | |||
namespace Reactive.Streams.Example.Unicast.Tests | |||
{ | |||
[TestFixture] | |||
public class SyncSubscriberWhiteboxTest : SubscriberWhiteboxVerification<int?> | |||
public class SyncSubscriberWhiteboxTest : SubscriberWhiteboxVerification<int> |
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'd copy this test and keep both.
@akarnokd addressed your remark |
Fantastic! |
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, looks good - thanks @Silv3rcircl3 👍
close #29
cc @akarnokd