Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pschaeflein committed Jan 12, 2023
1 parent 2084567 commit 7b0fd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SitePageFileInfoConverterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private void AssertSitePageFileInfoProps(SitePageFileInfo testPage)
Assert.Equal("Champions", testPage.Title);
Assert.StartsWith("Make a difference ", testPage.Description);
Assert.Equal(SitePagePromotedState.NotPromoted, testPage.PromotedState);
Assert.Equal(new DateTimeOffset(2022, 5, 25, 16, 07, 42, new TimeSpan()), testPage.FirstPublishedDateTime);
Assert.Equal(new DateTimeOffset(2022, 5, 25, 16, 07, 42, new TimeSpan(-8,0,0)), testPage.FirstPublishedDateTime);
Assert.Equal(new DateTimeOffset(2021, 9, 10, 15, 11, 28, new TimeSpan()), testPage.LastModifiedDateTime);
Assert.Equal("champions.aspx", testPage.FileName);
Assert.Equal("cef16a53-9b15-44f2-898e-ba67b9ada101", testPage.UniqueId);
Expand Down

0 comments on commit 7b0fd8e

Please sign in to comment.