This repository was archived by the owner on Jun 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/PrayerTracker.Tests/UI Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -334,4 +334,5 @@ src/PrayerTracker/appsettings.json
334
334
docs /_site
335
335
** /* .db *
336
336
337
- .ionide
337
+ .ionide
338
+ .vscode
Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ let requestListTests =
604
604
}
605
605
let html = htmlList.AsHtml _ s
606
606
let expected =
607
- htmlList.Requests[ 0 ]. UpdatedDate.InUtc ( ) .Date.ToString ( " d" , null )
607
+ htmlList.Requests[ 0 ]. UpdatedDate.InZone ( SmallGroup.timeZone reqList.SmallGroup ) .Date.ToString ( " d" , null )
608
608
|> sprintf """ <strong>Zeb</strong> – zyx<i style="font-size:9.60pt"> (as of %s )</i>"""
609
609
// spot check; if one request has it, they all should
610
610
Expect.stringContains html expected " Expected short as-of date not found"
@@ -619,7 +619,7 @@ let requestListTests =
619
619
}
620
620
let html = htmlList.AsHtml _ s
621
621
let expected =
622
- htmlList.Requests[ 0 ]. UpdatedDate.InUtc ( ) .Date.ToString ( " D" , null )
622
+ htmlList.Requests[ 0 ]. UpdatedDate.InZone ( SmallGroup.timeZone reqList.SmallGroup ) .Date.ToString ( " D" , null )
623
623
|> sprintf """ <strong>Zeb</strong> – zyx<i style="font-size:9.60pt"> (as of %s )</i>"""
624
624
// spot check; if one request has it, they all should
625
625
Expect.stringContains html expected " Expected long as-of date not found"
You can’t perform that action at this time.
0 commit comments