Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
states
/
statemgr
/
lock_test.go
blob: 326252b5c139bf90caf4108ec6db796401c47971 [
file
] [
log
] [
blame
]
package statemgr
import (
"testing"
)
func TestLockDisabled_impl(t *testing.T) {
var _ Full = new(LockDisabled)
var _ Locker = new(LockDisabled)
}