Skip to content

Commit 67b84e6

Browse files
committed
style: fix typo
1 parent e49162c commit 67b84e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coreweave/object_storage/resource_bucket_lifecycle_configuration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ func TestBucketLifecycleConfiguration(t *testing.T) {
274274
},
275275
},
276276
}
277-
noncurrentTransitioOnly := objectstorage.LifecycleRuleModel{
277+
noncurrentTransitionOnly := objectstorage.LifecycleRuleModel{
278278
ID: types.StringValue("noncurrent-transition-only"),
279279
Status: types.StringValue("Enabled"),
280280
NoncurrentVersionTransitions: []*objectstorage.NoncurrentVersionTransitionModel{
@@ -377,7 +377,7 @@ func TestBucketLifecycleConfiguration(t *testing.T) {
377377
resourceName: resourceName,
378378
bucket: bucket,
379379
bucketVersioning: versioning,
380-
rules: []objectstorage.LifecycleRuleModel{noncurrentTransitioOnly},
380+
rules: []objectstorage.LifecycleRuleModel{noncurrentTransitionOnly},
381381
configPlanChecks: resource.ConfigPlanChecks{
382382
PreApply: []plancheck.PlanCheck{
383383
plancheck.ExpectResourceAction(fmt.Sprintf("coreweave_object_storage_bucket_lifecycle_configuration.%s", resourceName), plancheck.ResourceActionUpdate),

0 commit comments

Comments
 (0)