We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a3f79 commit 7161612Copy full SHA for 7161612
traverse_test.go
@@ -227,7 +227,7 @@ var tests = []networkTest{
227
"2002:101:110::/44",
228
"2002:101:120::/48",
229
},
230
- Options: []NetworksOption{IncludeAliasedNetworks},
+ Options: []NetworksOption{IncludeAliasedNetworks()},
231
232
{
233
Network: "::/0",
@@ -281,7 +281,7 @@ var tests = []networkTest{
281
"1.64.0.0/10",
282
"1.128.0.0/9",
283
284
- Options: []NetworksOption{IncludeNetworksWithoutData},
+ Options: []NetworksOption{IncludeNetworksWithoutData()},
285
286
287
Network: "1.1.1.16/28",
0 commit comments