hscontrol/policy/v2: rename tailscale_compat_test.go to tailscale_acl_compat_test.go

Rename the ACL compatibility test file to include 'acl' in the name,
making room for the upcoming grants compatibility test file.

Also fix a godoclint issue by adding a blank line between the file
header comment and the package declaration.

Updates #2180
This commit is contained in:
Kristoffer Dalby
2026-02-23 15:39:54 +00:00
parent 90c9555876
commit ca2081a44f

View File

@@ -13,6 +13,7 @@
// and improve our policy implementation.
// This file is NOT intended for developer/humans to change and should be
// consider a "black box" test suite.
package v2
import (