Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Feb 14, 2024
1 parent a5d71b0 commit 99e27d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async fn test_realtime_job() {

#[ignore]
#[tokio::test]
async fn test_chat() {
async fn test_rag() {
let conn = common::init_database().await;
common::init_embedding_svc_url(&conn).await;
let mut rng = rand::thread_rng();
Expand Down

0 comments on commit 99e27d0

Please sign in to comment.