feat: figure out TUnit data driven test

This commit is contained in:
Stevan Freeborn
2024-12-06 14:12:18 -06:00
parent 3cd6162f44
commit 3d23ae0dd3
2 changed files with 33 additions and 39 deletions
-2
View File
@@ -22,8 +22,6 @@ class UpdateValidator
}
}
// NOTE: This is basically a bubble sort
//
public Update Sort(Update update)
{
var sortedUpdate = new Update(update.Pages.ToList());