Skip to content

Conversation

@ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

fix

What is the current behaviour?

BindCommand with parameter incorrectly coded in tests
OLD Assert.Equal(0, received);

What is the new behaviour?

NEW condition Assert.Equal(13, received);

What might this PR break?

none but documentation for using BindCommand with parameter using Expression<Func> may need a better explanation

Please check if the PR fulfils these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

This update is related to #2904 but proves that the function is working as expected.
User code may need to be updated to ensure correct operation

BindCommand with parameter incorrectly coded
OLD Assert.Equal(0, received);
NEW Assert.Equal(13, received);
@codecov
Copy link

codecov bot commented Aug 25, 2021

Codecov Report

Merging #2906 (056e912) into main (6cba841) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2906      +/-   ##
==========================================
- Coverage   72.21%   72.19%   -0.03%     
==========================================
  Files         140      140              
  Lines        4906     4906              
==========================================
- Hits         3543     3542       -1     
- Misses       1363     1364       +1     
Impacted Files Coverage Δ
src/ReactiveUI.Uwp/Common/ViewModelViewHost.cs 83.33% <0.00%> (-1.86%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cba841...056e912. Read the comment docs.

@glennawatson glennawatson enabled auto-merge (squash) August 25, 2021 00:42
@glennawatson glennawatson merged commit f44443b into main Aug 25, 2021
@glennawatson glennawatson deleted the fixBindCommandTests branch August 25, 2021 00:42
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants