Skip to content

Commit

Permalink
Modification regarding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ankita-orchestral committed Jan 8, 2024
1 parent b4a07c5 commit a1e0086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run(self, **kwargs):
autoload_with=self.engine)

# Execute the insert query
conn.execute(sql_table.insert(inline=True),
conn.execute(sql_table.insert(inline=True),
insert_data)

return True

0 comments on commit a1e0086

Please sign in to comment.