updated tests to accomodate for new dot location

This commit is contained in:
KCaverly 2023-07-10 18:19:29 -04:00
parent 307d8d9c8d
commit dce72a1ce7

View File

@ -1,6 +1,4 @@
use std::sync::Arc;
use crate::{dot, embedding::EmbeddingProvider, VectorStore};
use crate::{db::dot, embedding::EmbeddingProvider, VectorStore};
use anyhow::Result;
use async_trait::async_trait;
use gpui::{Task, TestAppContext};
@ -8,6 +6,7 @@ use language::{Language, LanguageConfig, LanguageRegistry};
use project::{FakeFs, Project};
use rand::Rng;
use serde_json::json;
use std::sync::Arc;
use unindent::Unindent;
#[gpui::test]