Skip to content

Commit 8f23c99

Browse files
committed
.
1 parent b8740ca commit 8f23c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/System.Linq.Dynamic.Core.Tests/QueryableTests.GroupByMany.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void GroupByMany_Dynamic_CompositeKey()
7676
.Select(x => x.ToString())
7777
.ToList();
7878

79-
// Assert
79+
// Assert
8080
result.Should().BeEquivalentTo(normalResult);
8181
}
8282
}

0 commit comments

Comments
 (0)