Explorar o código

fix make bench

JackDoan hai 2 meses
pai
achega
0ab2882b78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      firewall_test.go

+ 1 - 1
firewall_test.go

@@ -392,7 +392,7 @@ func BenchmarkFirewallTable_match(b *testing.B) {
 		c := &cert.CachedCertificate{
 			Certificate: &dummyCert{
 				name:     "nope",
-				networks: []netip.Prefix{netip.MustParsePrefix("fd99:99/128")},
+				networks: []netip.Prefix{netip.MustParsePrefix("fd99::99/128")},
 			},
 			InvertedGroups: map[string]struct{}{"nope": {}},
 		}