refactor CHORUS

This commit is contained in:
anthonyrawlins
2025-09-06 14:47:41 +10:00
parent 9bdcbe0447
commit b6634e4c1b
16 changed files with 225 additions and 225 deletions

View File

@@ -15,7 +15,7 @@ import (
// TestSecurityConfig tests SecurityConfig enforcement
func TestSecurityConfig(t *testing.T) {
// Create temporary audit log file
tmpDir, err := ioutil.TempDir("", "bzzz_security_test")
tmpDir, err := ioutil.TempDir("", "chorus_security_test")
if err != nil {
t.Fatalf("Failed to create temp dir: %v", err)
}
@@ -259,7 +259,7 @@ func TestDHTSecurityIntegration(t *testing.T) {
// TestAuditLogging tests comprehensive audit logging
func TestAuditLogging(t *testing.T) {
tmpDir, err := ioutil.TempDir("", "bzzz_audit_test")
tmpDir, err := ioutil.TempDir("", "chorus_audit_test")
if err != nil {
t.Fatalf("Failed to create temp dir: %v", err)
}