Skip to content

Commit

Permalink
Add authors field to test fixtures (#6112)
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com>
  • Loading branch information
stinodego and Secrus authored Aug 22, 2022
1 parent e8c7e9e commit c37a38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/json/fixtures/source/complete_invalid.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "foobar"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down
1 change: 1 addition & 0 deletions tests/json/fixtures/source/complete_valid.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "foobar"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit c37a38e

Please sign in to comment.