Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
1
Description
The test Test_DropNonExistentScope_Throws_ScopeNotFoundException is failing as the ScopeNotFoundException message thrown from DropScopeAsync is not what is expected:
Assert.Equal() Failure
↓ (pos 0)
Expected: Scope with name scope_none not found
Actual: scope_none
↑ (pos 0)
The message contains only the scope name and not the whole message - this only happens when ScopeNotFoundException is thrown via DropScopeAsync, when it is thrown from other CollectionManager APIs it contains the full message, which leads me to believe this is a minor bug.