Fix voice query model path for the test (#1540)

This commit is contained in:
Ozan Armağan 2024-02-07 17:05:18 +03:00 committed by GitHub
parent ea29b3bea1
commit 48df1e70e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3791,6 +3791,8 @@ TEST_F(CollectionVectorTest, TestVoiceQuery) {
}
})"_json;
EmbedderManager::set_model_dir("/tmp/typesense_test/models");
auto collection_create_op = collectionManager.create_collection(schema_json);
ASSERT_TRUE(collection_create_op.ok());