Skip to content

Commit 68bc52d

Browse files
authored
Update JsonTests.cs
Fix failing test
1 parent 8ae6b0f commit 68bc52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Handlebars.Extension.Test/JsonTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public void ObjectIteratorProperties(IHandlebars handlebars)
265265

266266
var output = template(model);
267267

268-
Assert.Equal("0-True--Key1-Val1;1-False--Key2-Val2;", output);
268+
Assert.Equal("0-True-False-Key1-Val1;1-False-True-Key2-Val2;", output);
269269
}
270270

271271
[Theory]

0 commit comments

Comments
 (0)