Skip to content

Commit 0d82286

Browse files
Update version and adjust tests
1 parent d3e2955 commit 0d82286

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
5-
<ToolingPackagesVersion>1.1.1.4437</ToolingPackagesVersion>
5+
<ToolingPackagesVersion>1.1.1.4520</ToolingPackagesVersion>
66
<AccessToNugetFeed>true</AccessToNugetFeed>
77
<RestoreSources>
88
https://api.nuget.org/v3/index.json;

EssentialCSharp.Web.Tests/SiteMappingTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class SiteMappingTests
1515
],
1616
chapterNumber: 1,
1717
pageNumber: 1,
18+
orderOnPage: 1,
1819
chapterTitle: "Introducing C#",
1920
rawHeading: "Introduction",
2021
anchorId: "hello-world",
@@ -32,6 +33,7 @@ public class SiteMappingTests
3233
],
3334
chapterNumber: 1,
3435
pageNumber: 2,
36+
orderOnPage: 1,
3537
chapterTitle: "Introducing C#",
3638
rawHeading: "C# Syntax Fundamentals",
3739
anchorId: "c-syntax-fundamentals",

0 commit comments

Comments
 (0)