Skip to content

Commit b8fb0ac

Browse files
style: apply ruff format to tests/test_schemaforge.py
1 parent a01acce commit b8fb0ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_schemaforge.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for SchemaForge — SQL DDL ↔ Prisma roundtrip."""
2+
23
from __future__ import annotations
34

45
import sys
@@ -134,6 +135,7 @@ def test_prisma_generate():
134135

135136
# ── Roundtrip Tests ──
136137

138+
137139
def test_sql_to_prisma_roundtrip():
138140
"""Parse SQL, convert to Prisma, check key elements survive."""
139141
prisma = convert_schema(SIMPLE_SQL, "sql", "prisma")

0 commit comments

Comments
 (0)