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
|
|
@ -36,7 +36,7 @@ def test_inspect_cli(app_client):
|
|||
assert expected_count == database["tables"][table_name]["count"]
|
||||
|
||||
|
||||
def test_inspect_cli_writes_to_file(event_loop, app_client):
|
||||
def test_inspect_cli_writes_to_file(app_client):
|
||||
runner = CliRunner()
|
||||
result = runner.invoke(
|
||||
cli, ["inspect", "fixtures.db", "--inspect-file", "foo.json"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue