Skip to content

Commit

Permalink
fix: type 'aribica' => 'arabica' (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfect5th authored Dec 12, 2024
1 parent 391980c commit 4dd3d63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmp/cmpopts/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func MakeGatewayInfo() (x, y Gateway) {
Hostname: "ristretto",
IPAddress: net.IPv4(192, 168, 0, 116),
}, {
Hostname: "aribica",
Hostname: "arabica",
IPAddress: net.IPv4(192, 168, 0, 104),
LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC),
}, {
Expand Down Expand Up @@ -104,7 +104,7 @@ func MakeGatewayInfo() (x, y Gateway) {
Hostname: "ristretto",
IPAddress: net.IPv4(192, 168, 0, 116),
}, {
Hostname: "aribica",
Hostname: "arabica",
IPAddress: net.IPv4(192, 168, 0, 104),
LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC),
}, {
Expand Down
4 changes: 2 additions & 2 deletions cmp/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func MakeGatewayInfo() (x, y Gateway) {
Hostname: "ristretto",
IPAddress: net.IPv4(192, 168, 0, 116),
}, {
Hostname: "aribica",
Hostname: "arabica",
IPAddress: net.IPv4(192, 168, 0, 104),
LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC),
}, {
Expand Down Expand Up @@ -354,7 +354,7 @@ func MakeGatewayInfo() (x, y Gateway) {
Hostname: "ristretto",
IPAddress: net.IPv4(192, 168, 0, 116),
}, {
Hostname: "aribica",
Hostname: "arabica",
IPAddress: net.IPv4(192, 168, 0, 104),
LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC),
}, {
Expand Down

0 comments on commit 4dd3d63

Please sign in to comment.