github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/states/statemgr/lock_test.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 package statemgr 5 6 import ( 7 "testing" 8 ) 9 10 func TestLockDisabled_impl(t *testing.T) { 11 var _ Full = new(LockDisabled) 12 var _ Locker = new(LockDisabled) 13 }