document tests

This commit is contained in:
phernandez
2024-12-21 21:51:47 -06:00
parent ed3d03cdb8
commit da54b495d9
7 changed files with 20 additions and 157 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ class Document(Base):
)
def __repr__(self) -> str:
return f"Document(id={self.id}, path='{self.path}')"
return f"Document(id={self.id}, path='{self.path}', checksum='{self.checksum}', created_at='{self.created_at}', updated_at='{self.updated_at}')"