Skip to content

Commit a69faf8

Browse files
committed
fix windows tests
1 parent 3ee795f commit a69faf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_migrations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def import_migration(migration):
2424
return import_module(
2525
str(migration.relative_to(Path(__file__).parent.parent))
2626
.replace("/", ".")
27+
.replace("\\", ".")
2728
.replace(".py", "")
2829
).Migration
2930

0 commit comments

Comments
 (0)