Skip to content

Commit

Permalink
feat: put verify tables back int
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrinson-rise8 committed Jan 9, 2025
1 parent 25d18a8 commit 21f410a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recordlinker/database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def get_test_session() -> typing.Iterator[orm.Session]:
models.Base.metadata.drop_all(engine)


SessionMaker = create_sessionmaker(True, False)
SessionMaker = create_sessionmaker()

0 comments on commit 21f410a

Please sign in to comment.