Skip to content

Commit

Permalink
modify teste
Browse files Browse the repository at this point in the history
  • Loading branch information
Shunsuke Tokunaga committed May 9, 2024
1 parent 5173a8f commit 89e3dde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/rgw/lifecycleconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func TestGenerateLifecycleConfigurationInput(t *testing.T) {
Expiration: &types.LifecycleExpiration{
Days: &days365,
},
Filter: &types.LifecycleRuleFilterMemberPrefix{},
},
},
},
Expand Down Expand Up @@ -148,7 +147,6 @@ func TestGenerateLifecycleConfigurationInput(t *testing.T) {
Expiration: &types.LifecycleExpiration{
Days: &days3650,
},
Filter: &types.LifecycleRuleFilterMemberPrefix{},
Transitions: []types.Transition{
{
Days: &days365,
Expand Down

0 comments on commit 89e3dde

Please sign in to comment.