Skip to content

Commit

Permalink
Remove travis
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Jan 29, 2025
1 parent 4eb56bc commit 89ef2a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion api/admin/metadata_fields_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func TestAdmin_AddMetadataFields(t *testing.T) {
ExternalID: mdIDs["date"],
Label: cldtest.UniqueID("GoDate"),
DefaultValue: time.Now().Format("2006-01-02"),
Validation: metadata.GreaterThanValidation(time.Now().AddDate(0, 0, -1), false),
Validation: metadata.GreaterThanValidation(time.Now().AddDate(0, 0, -1).Format("2006-01-02"), false),
}

var enumMetadataField = metadata.Field{
Expand Down

0 comments on commit 89ef2a5

Please sign in to comment.