mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Remove legacy event_loop fixture usage
This commit is contained in:
parent
571ce651c1
commit
5d09ab3ff1
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ from pathlib import Path
|
|||
code_root = Path(__file__).parent.parent
|
||||
|
||||
|
||||
def test_black(event_loop):
|
||||
def test_black():
|
||||
runner = CliRunner()
|
||||
result = runner.invoke(black.main, [str(code_root), "--check"])
|
||||
assert result.exit_code == 0, result.output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue