Skip to content

Commit 9879405

Browse files
Fix
1 parent 1ad2faf commit 9879405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

EssentialCSharp.Web.Tests/SiteMappingTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ public class SiteMappingTests
66
{
77
static SiteMapping HelloWorldSiteMapping => new(
88
keys: ["hello-world"],
9+
primaryKey: "hello-world",
910
pagePath:
1011
[
1112
"Chapters",
@@ -24,6 +25,7 @@ public class SiteMappingTests
2425

2526
static SiteMapping CSyntaxFundamentalsSiteMapping => new(
2627
keys: ["c-syntax-fundamentals"],
28+
primaryKey: "c-syntax-fundamentals",
2729
pagePath:
2830
[
2931
"Chapters",

0 commit comments

Comments
 (0)