Skip to content

Commit 4dd3d63

Browse files
authoredDec 12, 2024··
fix: type 'aribica' => 'arabica' (#368)
1 parent 391980c commit 4dd3d63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎cmp/cmpopts/example_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func MakeGatewayInfo() (x, y Gateway) {
7676
Hostname: "ristretto",
7777
IPAddress: net.IPv4(192, 168, 0, 116),
7878
}, {
79-
Hostname: "aribica",
79+
Hostname: "arabica",
8080
IPAddress: net.IPv4(192, 168, 0, 104),
8181
LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC),
8282
}, {
@@ -104,7 +104,7 @@ func MakeGatewayInfo() (x, y Gateway) {
104104
Hostname: "ristretto",
105105
IPAddress: net.IPv4(192, 168, 0, 116),
106106
}, {
107-
Hostname: "aribica",
107+
Hostname: "arabica",
108108
IPAddress: net.IPv4(192, 168, 0, 104),
109109
LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC),
110110
}, {

‎cmp/example_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ func MakeGatewayInfo() (x, y Gateway) {
326326
Hostname: "ristretto",
327327
IPAddress: net.IPv4(192, 168, 0, 116),
328328
}, {
329-
Hostname: "aribica",
329+
Hostname: "arabica",
330330
IPAddress: net.IPv4(192, 168, 0, 104),
331331
LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC),
332332
}, {
@@ -354,7 +354,7 @@ func MakeGatewayInfo() (x, y Gateway) {
354354
Hostname: "ristretto",
355355
IPAddress: net.IPv4(192, 168, 0, 116),
356356
}, {
357-
Hostname: "aribica",
357+
Hostname: "arabica",
358358
IPAddress: net.IPv4(192, 168, 0, 104),
359359
LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC),
360360
}, {

0 commit comments

Comments
 (0)
Please sign in to comment.