Skip to content

Commit 9e74a7c

Browse files
committed
Fix tests
1 parent 3f5408e commit 9e74a7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_toml_document.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,8 @@ def test_getting_inline_table_is_still_an_inline_table():
422422
name = "foo"
423423
424424
[tool.poetry.dependencies]
425+
426+
[tool.poetry.dev-dependencies]
425427
"""
426428

427429
doc = parse(content)

0 commit comments

Comments
 (0)