Skip to content

Commit

Permalink
Fix Regression (#14814) (#14815)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Jan 5, 2024
1 parent 19d3977 commit 6a0ddee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public void PackageSearchDialogSearchTestStatusFilters()
string packageId = "c5ecd20a-d41c-4e0c-8e11-8ddfb953d77f";
string packageVersionNumber = "1.0.0.0";
string newAndUpdatedPackageCreatedDateString = DateTime.Now.ToString("yyyy - MM - ddTHH:mm:ss.ffffff K");
string activePackageCreatedDateString = new DateTime(DateTime.Now.Year, DateTime.Now.Month - 1, DateTime.Now.Day).ToString("yyyy - MM - ddTHH:mm:ss.ffffff K");
string activePackageCreatedDateString = new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day).ToString("yyyy - MM - ddTHH:mm:ss.ffffff K");
string advSteelFilterName = "Advance Steel";
string formItFilterName = "FormIt";

Expand Down

0 comments on commit 6a0ddee

Please sign in to comment.