Initial commit

This commit is contained in:
2026-01-02 21:54:53 +03:00
parent 4e93aabe11
commit 9e822789d2
5 changed files with 37 additions and 0 deletions
@@ -14,6 +14,7 @@ class TestDTO:
for_group=self.model.for_group,
password=self.model.password,
expires_at=self.model.expires_at,
attempts=self.model.attempts,
is_active=self.model.is_active,
created_at=self.model.created_at,
updated_at=self.model.updated_at,