mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
New test files: - db/errors_test.go: sentinel error identity, wrapping, IsUniqueConstraintError (12 tests) - db/models_test.go: JSON round-trip and tag verification for all model types (14 tests) - db/account_test.go: DeleteAccount last-admin guard, anonymisation, cascade cleanup (12 tests) - api/totp_handler_test.go: TOTP verify/enable/confirm/disable handler flows (20 tests) Upgraded existing: - permissions/permissions_test.go: multi-bit checks, role hierarchy, deny-all+allow-one (8 tests) - permissions/checker_test.go: admin DM bypass, voice channel perms, multi-bit combined (4 tests) Total: 70 new tests across 6 files.