Skip to content

Commit 3d346e3

Browse files
committed
Update comments on tests
1 parent 785f380 commit 3d346e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/command/init_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3372,6 +3372,8 @@ func TestInit_stateStore_newWorkingDir(t *testing.T) {
33723372
// > "during a non-init command, the command ends in with an error telling the user to run an init command"
33733373
}
33743374

3375+
// Testing init's behaviors when run in a working directory where the configuration
3376+
// doesn't match the backend state file.
33753377
func TestInit_stateStore_configChanges(t *testing.T) {
33763378
t.Run("the -reconfigure flag makes Terraform ignore the backend state file during initialization", func(t *testing.T) {
33773379
// Create a temporary working directory with state store configuration

0 commit comments

Comments
 (0)