cover one more case in TestStatusEqual.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/1098/head
Denton Gentry 2021-01-05 10:56:21 -08:00 committed by Denton Gentry
parent 2f04f49376
commit b716c76df9
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ func TestStatusEqual(t *testing.T) {
&Status{},
false,
},
{
nil,
nil,
true,
},
{
&Status{},
&Status{},