Skip to content

Commit

Permalink
tfexec: apply suggestion from @dbanck
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Banck <[email protected]>
  • Loading branch information
bschaatsbergen and dbanck authored Jan 20, 2025
1 parent 84c22d7 commit 3a908ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfexec/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func TestExperimentsEnabled(t *testing.T) {
tfVersion *version.Version
expectedError error
}{
fmt.Sprintf("experiments-enabled-in-%s", testutil.Latest_Alpha_v1_9): {
"experiments-enabled-in-alphas": {
tfVersion: version.Must(version.NewVersion(testutil.Latest_Alpha_v1_9)),
},
"experiments-disabled-in-betas": {
Expand Down

0 comments on commit 3a908ab

Please sign in to comment.