moving test utils inside of package

This commit is contained in:
Vaibhav159
2025-01-29 12:46:43 +05:30
parent 8cd23c42fc
commit 8407a86532
6 changed files with 7 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ from pipecat.frames.frames import (
)
from pipecat.processors.aggregators.gated import GatedAggregator
from pipecat.processors.aggregators.sentence import SentenceAggregator
from tests.utils import run_test
from pipecat.tests.utils import run_test
class TestSentenceAggregator(unittest.IsolatedAsyncioTestCase):