summaryrefslogtreecommitdiffhomepage
path: root/tailcfg/tailcfg_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tailcfg/tailcfg_test.go')
-rw-r--r--tailcfg/tailcfg_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tailcfg/tailcfg_test.go b/tailcfg/tailcfg_test.go
index b0e3f982e..bc94e9843 100644
--- a/tailcfg/tailcfg_test.go
+++ b/tailcfg/tailcfg_test.go
@@ -572,7 +572,7 @@ func TestNetInfoFields(t *testing.T) {
"DERPLatency",
}
if have := fieldsOf(reflect.TypeOf(NetInfo{})); !reflect.DeepEqual(have, handled) {
- t.Errorf("NetInfo.Clone/BasicallyEqually check might be out of sync\nfields: %q\nhandled: %q\n",
+ t.Errorf("NetInfo.Clone/Equal check might be out of sync\nfields: %q\nhandled: %q\n",
have, handled)
}
}