Skip to content

Conversation

@codecadwallader
Copy link
Contributor

Fix copy/paste bug in unit test data samples.

There are unit test examples for integers and strings, but the string unit tests mirror the integer unit tests. This fix simply gives the string unit tests the expected initialization values.

Fixes dotnet/docs#11826

There are unit test examples for integers and strings, but the string unit tests mirror the integer unit tests.  This fix simply gives the string unit tests the expected initialization values.
Fix copy/paste bug in unit test data samples.
Copy link

@rpetrusha rpetrusha left a comment

Choose a reason for hiding this comment

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

Thanks, @codecadwallader, for contributing to the dotnet/docs repo and correcting these copy-and-paste errors. We'll merge your PR now.

@rpetrusha rpetrusha merged commit 5340bee into dotnet:master Apr 15, 2019
@codecadwallader
Copy link
Contributor Author

Cool, thanks for reviewing it quickly! :)

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

Labels

✨ 1st-time samples contributor! Indicates PRs from new contributors to the samples repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Really helpful tutorial! I noticed a minor copy/paste issue in unit test code I wanted to report.

2 participants