You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I did the exercise, the tests were not shown separately by task, but as one big lump.
I looked into the test code and saw that the first test cases are missing the [Task(..)] attribute.
It does fit into task 1. Another option would be to move the Permissions.Default() method into its own task and have the enum construction as the first task, so that the currently un-attributed tests can be set to task 1.
The text was updated successfully, but these errors were encountered:
When I did the exercise, the tests were not shown separately by task, but as one big lump.
I looked into the test code and saw that the first test cases are missing the
[Task(..)]
attribute.It does fit into task 1. Another option would be to move the
Permissions.Default()
method into its own task and have the enum construction as the first task, so that the currently un-attributed tests can be set to task 1.The text was updated successfully, but these errors were encountered: