diff --git a/tests/json/fixtures/source/complete_invalid.toml b/tests/json/fixtures/source/complete_invalid.toml index 5ce965ad408..bd70bc6a833 100644 --- a/tests/json/fixtures/source/complete_invalid.toml +++ b/tests/json/fixtures/source/complete_invalid.toml @@ -2,6 +2,7 @@ name = "foobar" version = "0.1.0" description = "" +authors = ["Your Name "] [tool.poetry.dependencies] python = "^3.10" diff --git a/tests/json/fixtures/source/complete_valid.toml b/tests/json/fixtures/source/complete_valid.toml index c18d208b04b..d0b4565ffa4 100644 --- a/tests/json/fixtures/source/complete_valid.toml +++ b/tests/json/fixtures/source/complete_valid.toml @@ -2,6 +2,7 @@ name = "foobar" version = "0.1.0" description = "" +authors = ["Your Name "] [tool.poetry.dependencies] python = "^3.10"