Skip to content

Commit 6cb4958

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
});

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ foo = "bar"
2828
[list]
2929
name = "item"
3030
31-
[list.another]
32-
key = "value"
33-
number = 1
31+
[list.another]
32+
key = "value"
33+
number = 1
3434
`.trim(),
3535
);
3636
});

0 commit comments

Comments
 (0)