Skip to content

Commit

Permalink
Remove commented code from Unit Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cajuncoding committed Apr 28, 2024
1 parent e541881 commit 505ce56
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ public async Task TestParamsContextOffsetPagingDefaultSkipTakeParams()

Assert.IsNotNull(results);
Assert.AreEqual(0, results.Count());
//Assert.AreEqual("Han Solo", results.FirstOrDefault()?["name"]);
//Assert.AreEqual("Leia Organa", results.LastOrDefault()?["name"]);
}

#endregion
Expand Down

0 comments on commit 505ce56

Please sign in to comment.