Skip to content

Commit

Permalink
Drop test schema if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Jan 30, 2024
1 parent ef16129 commit eb81d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lantern_daemon/tests/daemon_test_with_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async fn test_embedding_generation_runtime(
db_client
.batch_execute(&format!(
"
DROP TABLE lantern_test._lantern_emb_job_locks;
DROP SCHEMA IF EXISTS lantern_test CASCADE;
TRUNCATE TABLE {EMBEDDING_JOBS_TABLE_NAME};
UPDATE {CLIENT_TABLE_NAME} SET title_embedding=NULL;
"
Expand Down

0 comments on commit eb81d59

Please sign in to comment.