Skip to content

Commit a71cb31

Browse files
committed
debugging
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 67e3fd4 commit a71cb31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/command/service/inspect_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func formatServiceInspect(t *testing.T, format formatter.Format, now time.Time)
117117
VirtualIPs: []swarm.EndpointVirtualIP{
118118
{
119119
NetworkID: "6o4107cj2jx9tihgb0jyts6pj",
120-
Addr: netip.MustParseAddr("10.255.0.4/16"), // FIXME(thaJeztah): this was testing with "10.255.0.4/16"
120+
Addr: netip.MustParsePrefix("10.255.0.4/16"), // FIXME(thaJeztah): this was testing with "10.255.0.4/16"
121121
},
122122
},
123123
},

vendor/github.com/moby/moby/api/types/swarm/network.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)