Skip to content

Commit 4fefa8d

Browse files
Improve formatting in complex deep structure round-trip tests
1 parent c43ada9 commit 4fefa8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Lua.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,11 +1005,11 @@ Describe 'Round-trip conversion' {
10051005
Context 'Complex deep structure round-trips' {
10061006
It 'Round-trips a full config-like structure (5+ levels)' {
10071007
$original = [ordered]@{
1008-
app = [ordered]@{
1008+
app = [ordered]@{
10091009
name = 'MyApp'
10101010
version = '2.0'
10111011
modules = [ordered]@{
1012-
auth = [ordered]@{
1012+
auth = [ordered]@{
10131013
enabled = $true
10141014
provider = [ordered]@{
10151015
type = 'oauth'

0 commit comments

Comments
 (0)