diff --git a/pkg/tcpip/transport/datagram_test.go b/pkg/tcpip/transport/datagram_test.go index 19c32613c..d5bf9f104 100644 --- a/pkg/tcpip/transport/datagram_test.go +++ b/pkg/tcpip/transport/datagram_test.go @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package datagram_test has tests shared by datagram-based transport endpoints. -package datagram_test +// Package transport_test has tests shared by datagram-based transport endpoints. +package transport_test import ( "fmt"