Skip to content

Commit

Permalink
fix: fix typo in table name in MutationDatabase class
Browse files Browse the repository at this point in the history
  • Loading branch information
jungs1 committed Aug 3, 2024
1 parent d2ba43b commit 0b46d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mutahunter/core/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_connection(self):

def check_schema(self):
expected_tables = {
"SourcseFiles": ["id", "file_path", "last_modified"],
"SourceFiles": ["id", "file_path", "last_modified"],
"FileVersions": [
"id",
"sourc_file_id",
Expand Down

0 comments on commit 0b46d27

Please sign in to comment.