Files
Charon/backend/internal/caddy/importer_additional_test.go
2026-03-04 18:34:49 +00:00

9 lines
207 B
Go

package caddy
import "testing"
// Sanity test to ensure the test file compiles and doesn't block CI.
func TestSanity(t *testing.T) {
// Intentionally empty - serves to verify test package builds in CI.
}