Skip to content

Commit 273e393

Browse files
committed
adjusted unit tests for Model feature
1 parent ff6e52a commit 273e393

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Test/SolidifyProject.Engine.Test.Unit/Infrastructure/Models/PageModelTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void ParseModelMultipleItemsTest()
146146

147147
var actualModel = new PageModel { ContentRaw = @"
148148
Model.goods: Data.goods
149-
Model.bannerUrl: Data.banner.url
149+
model.bannerUrl: Data.banner.url
150150
---
151151
"};
152152

@@ -178,7 +178,7 @@ public void ParseModelComplexMultipleItemsTest()
178178

179179
var actualModel = new PageModel { ContentRaw = @"
180180
Model.category.goods: Data.goods
181-
Model.category.bannerUrl: Data.banner.url
181+
model.category.bannerUrl: Data.banner.url
182182
---
183183
"};
184184

0 commit comments

Comments
 (0)