diff options
Diffstat (limited to 'tailcfg/tailcfg_test.go')
| -rw-r--r-- | tailcfg/tailcfg_test.go | 2 |
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) } } |
