Skip to content

Commit 7f50a2f

Browse files
committed
chore: add blank lines for improved readability in event channel integration tests
1 parent 66b1630 commit 7f50a2f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/integration/test_adapters/test_duckdb/test_extensions/test_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from sqlspec.adapters.duckdb import DuckDBConfig
77
from sqlspec.migrations.commands import SyncMigrationCommands
88

9+
910
@pytest.mark.integration
1011
@pytest.mark.duckdb
1112
def test_duckdb_event_channel_queue_fallback(tmp_path) -> None:

tests/integration/test_extensions/test_events/test_aiosqlite_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from sqlspec.adapters.aiosqlite import AiosqliteConfig
88
from sqlspec.migrations.commands import AsyncMigrationCommands
99

10+
1011
@pytest.mark.integration
1112
@pytest.mark.asyncio
1213
async def test_aiosqlite_event_channel_publish(tmp_path) -> None:

tests/integration/test_extensions/test_events/test_sqlite_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from sqlspec.adapters.sqlite import SqliteConfig
88
from sqlspec.migrations.commands import SyncMigrationCommands
99

10+
1011
@pytest.mark.integration
1112
@pytest.mark.sqlite
1213
def test_sqlite_event_channel_publish_and_consume(tmp_path) -> None:

0 commit comments

Comments
 (0)