Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Feb 22, 2023
1 parent e6f5890 commit ed5c5c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/Handlebars.Test/BasicIntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,7 @@ public void GlobalDataPropagation(IHandlebars handlebars)
input = new
{
first = 1,
second = new
{
second = new {
third = 3
}
}
Expand Down

0 comments on commit ed5c5c4

Please sign in to comment.