Skip to content

Commit

Permalink
there was a copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed May 22, 2024
1 parent 4a14213 commit ea3f3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/s3/expires_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestValidExpires(t *testing.T) {
}

if aws.ToTime(out.Expires) != ext {
t.Errorf("out.Expires should be nil, is %s", *out.Expires)
t.Errorf("out.Expires should be %s, is %s", ext, *out.Expires)
}
if aws.ToString(out.ExpiresString) != exs {
t.Errorf("out.ExpiresString should be %s, is %s", exs, *out.ExpiresString)
Expand Down

0 comments on commit ea3f3d6

Please sign in to comment.