mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-20 09:18:31 +00:00
cover one more case in TestStatusEqual.
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
2f04f49376
commit
b716c76df9
@ -42,6 +42,11 @@ func TestStatusEqual(t *testing.T) {
|
||||
&Status{},
|
||||
false,
|
||||
},
|
||||
{
|
||||
nil,
|
||||
nil,
|
||||
true,
|
||||
},
|
||||
{
|
||||
&Status{},
|
||||
&Status{},
|
||||
|
Loading…
x
Reference in New Issue
Block a user