Skip to content

Commit 6ca5c51

Browse files
committed
Lint
1 parent f122f1a commit 6ca5c51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_hooks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test_simple_custom_hook(tmp_pathplus: PathPlus, capsys):
7272
stdout = capsys.readouterr().out
7373
print(stdout)
7474

75-
assert f"docs recreate hook: hello world" in stdout
75+
assert "docs recreate hook: hello world" in stdout
7676

7777

7878
@pytest.mark.usefixtures("basic_docs_testenv")
@@ -91,7 +91,7 @@ def test_custom_hook(tmp_pathplus: PathPlus, capsys):
9191
stdout = capsys.readouterr().out
9292
print(stdout)
9393

94-
assert f"docs recreate hook: this is a custom hook" in stdout
94+
assert "docs recreate hook: this is a custom hook" in stdout
9595

9696

9797
@pytest.mark.usefixtures("basic_docs_testenv")

0 commit comments

Comments
 (0)