github.imxd.top/hashicorp/consul@v1.4.5/agent/proxyprocess/noop_test.go (about) 1 package proxyprocess 2 3 import ( 4 "testing" 5 ) 6 7 func TestNoop_impl(t *testing.T) { 8 var _ Proxy = new(Noop) 9 }