Skip to content

Commit 856efcf

Browse files
committed
fix(JSON to TOML): e2e tests
1 parent 1b15214 commit 856efcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/json-to-toml/json-to-toml.e2e.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ foo = "bar"
3131
[list]
3232
name = "item"
3333
34-
[list.another]
35-
key = "value"
34+
[list.another]
35+
key = "value"
3636
`.trim(),
3737
);
3838
});

0 commit comments

Comments
 (0)