Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord authored Sep 10, 2022
1 parent 64670a4 commit f4ee706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,4 @@ def test_style_in_toml(self, monkeypatch: pytest.MonkeyPatch) -> None:

monkeypatch.chdir(CONFIG_DATA / "valid_toml_numpydoc_pep257")
run = _Run(["test_package"])
assert run.config.style == ["pep257", "numpydoc"]
assert run.config.style == ["numpydoc", "pep257"]

0 comments on commit f4ee706

Please sign in to comment.