exercism / csharp

Exercism exercises in C#.
https://exercism.org/tracks/csharp
MIT License
344 stars 346 forks source link

fix: update expected value for unit test on Attack of the Trolls #2190

Closed salvatore-piccione closed 11 months ago

salvatore-piccione commented 11 months ago

One of the test case for the 4th task of the exercise Attack of the Trolls had a wrong expected case. Specifically the test case Check_all_for_read_and_write() should have Permission.All as expected value instead of Permission.Read | Permission.Write.

github-actions[bot] commented 11 months ago

Hello. Thanks for opening a PR on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.

That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use [this link](https://forum.exercism.org/new-topic?title=fix:%20update%20expected%20value%20for%20unit%20test%20on%20Attack%20of%20the%20Trolls&body=One%20of%20the%20test%20case%20for%20the%204th%20task%20of%20the%20exercise%20%5BAttack%20of%20the%20Trolls%5D(https://exercism.org/tracks/csharp/exercises/attack-of-the-trolls)%20had%20a%20wrong%20expected%20case.%20%0D%0ASpecifically%20the%20test%20case%20%60Check_all_for_read_and_write()%60%20should%20have%20%60Permission.All%60%20as%20expected%20value%20instead%20of%20%60Permission.Read%20%7C%20Permission.Write%60.&category=csharp) to copy this into a new topic there.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.