Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maver1ck committed Oct 31, 2024
1 parent d5b8196 commit 9cf1506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_version_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ class CustomVersionTableTest(TestMigrationContext):
class MyDialectImpl(impl.DefaultImpl):

def version_table_impl(
self, version_table, version_table_schema, version_table_pk
self, *, version_table, version_table_schema, version_table_pk, **kw
):
vt = Table(
version_table,
Expand Down

0 comments on commit 9cf1506

Please sign in to comment.