Renamed test to convey intent.

sean-m-patch-1
Sean McArde 2023-09-02 08:40:33 -07:00 committed by Sean McArdle
parent 287f5e6549
commit 48bc308c83
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ namespace McRule.Tests {
}
[Test]
public void MugglesByTag() {
public void FilterListOfObjectsByMemberCollectionContents() {
var filter = muggles.GetExpression<People>()?.Compile();
var folks = things.Where(filter);