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

Added missing test to #3043 #3048

Merged
merged 2 commits into from Jul 8, 2016
Merged

Added missing test to #3043 #3048

merged 2 commits into from Jul 8, 2016

Conversation

RuiAAPeres
Copy link
Member

@RuiAAPeres RuiAAPeres commented Jul 8, 2016

Tests #3048

let producer = SignalProducer(values: [producer1, producer2])
.flatten(.Merge)

expect(producer is SignalProducer<Int, NoError>).to(beTrue())
Copy link
Member

Choose a reason for hiding this comment

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

Oh nice! For a second I was like... "this is English, not Swift" 😅 It's kinda cool that this is legal syntax.

Can you use == true instead? :)

@NachoSoto
Copy link
Member

Thanks <3

@NachoSoto NachoSoto merged commit 4bd8d78 into master Jul 8, 2016
@NachoSoto NachoSoto deleted the rp/AmbiguityValuesTest branch July 8, 2016 19:09
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

2 participants