Update test_ollama.py

This commit is contained in:
Kurt Heiden
2024-10-28 21:46:52 -06:00
parent fb2460f907
commit 4c8cb49a58
-1
View File
@@ -17,7 +17,6 @@ class TestOllama(unittest.TestCase):
self.assertGreaterEqual(len(result.text), 0)
self.assertIsInstance(result, sm.models.Message)
# @unittest.skip('Not working...')
def test_memory(self):
class SimpleMemoryPlugin:
def __init__(self):