mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-01 17:02:38 -05:00
normalise test names
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/hashicorp/terraform/internal/addrs"
|
||||
)
|
||||
|
||||
func TestDecodeMovedBlock(t *testing.T) {
|
||||
func TestMovedBlock_decode(t *testing.T) {
|
||||
blockRange := hcl.Range{
|
||||
Filename: "mock.tf",
|
||||
Start: hcl.Pos{Line: 3, Column: 12, Byte: 27},
|
||||
@@ -169,7 +169,7 @@ func TestDecodeMovedBlock(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestMovedBlocksInModule(t *testing.T) {
|
||||
func TestMovedBlock_inModule(t *testing.T) {
|
||||
parser := NewParser(nil)
|
||||
mod, diags := parser.LoadConfigDir("testdata/valid-modules/moved-blocks")
|
||||
if diags.HasErrors() {
|
||||
|
||||
Reference in New Issue
Block a user