Skip to content

Commit eb7b508

Browse files
Update src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/test/GridSortTest.cs
Co-authored-by: Arnab Roy Chowdhury <[email protected]>
1 parent 9fb5f26 commit eb7b508

File tree

1 file changed

+1
-1
lines changed
  • src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/test

1 file changed

+1
-1
lines changed

src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/test/GridSortTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Components.QuickGrid.Tests;
99
public class GridSortTest
1010
{
1111
// Test model classes
12-
public class TestEntity
12+
private class TestEntity
1313
{
1414
public string Name { get; set; } = string.Empty;
1515
public int Age { get; set; }

0 commit comments

Comments
 (0)