Consistency

This commit is contained in:
Cyber MacGeddon 2025-07-12 00:10:23 +01:00
parent 465fb1d6c1
commit 9e25d7c3d1
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ from unittest import IsolatedAsyncioTestCase
from trustgraph.storage.doc_embeddings.qdrant.write import Processor
class TestQdrantDocEmbeddingsProcessor(IsolatedAsyncioTestCase):
class TestQdrantDocEmbeddingsStorage(IsolatedAsyncioTestCase):
"""Test Qdrant document embeddings storage functionality"""
@patch('trustgraph.storage.doc_embeddings.qdrant.write.QdrantClient')

View file

@ -11,7 +11,7 @@ from unittest import IsolatedAsyncioTestCase
from trustgraph.storage.graph_embeddings.qdrant.write import Processor
class TestQdrantGraphEmbeddingsSimple(IsolatedAsyncioTestCase):
class TestQdrantGraphEmbeddingsStorage(IsolatedAsyncioTestCase):
"""Test Qdrant graph embeddings storage functionality"""
@patch('trustgraph.storage.graph_embeddings.qdrant.write.QdrantClient')