9 lines
207 B
Go
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.
|
|
}
|