chore: Test if raised error will be caught
Test if error raised inside python example will be caught Chore COG-686
This commit is contained in:
parent
c7a8d2995b
commit
f363ece4a7
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ from cognee.api.v1.search import SearchType
|
|||
|
||||
|
||||
async def main():
|
||||
raise ValueError
|
||||
# Create a clean slate for cognee -- reset data and system state
|
||||
print("Resetting cognee data...")
|
||||
await cognee.prune.prune_data()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue