diff --git a/common/libnetwork/cni/config_test.go b/common/libnetwork/cni/config_test.go index a3f6c6a713..3e80ab8c8a 100644 --- a/common/libnetwork/cni/config_test.go +++ b/common/libnetwork/cni/config_test.go @@ -633,7 +633,7 @@ var _ = Describe("Config", func() { // reload configs from disk libpodNet, err = getNetworkInterface(cniConfDir) Expect(err).To(BeNil()) - // check the etworks are identical + // check the networks are identical network2, err := libpodNet.NetworkInspect(network1.Name) Expect(err).To(BeNil()) Expect(network1).To(Equal(network2))