Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Dec 27, 2023
1 parent 8d7d7e5 commit 10dcce9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/app/service/pet/pet.service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,25 +97,6 @@ func (t *PetServiceTest) SetupTest() {
}
}

// for _, image := t.ImagesList

// t.Images = []*img_proto.Image{
// {
// Id: faker.UUIDDigit(),
// PetId: t.Pet.ID.String(),
// ImageUrl: faker.URL(),
// },
// {
// Id: faker.UUIDDigit(),
// PetId: t.Pet.ID.String(),
// ImageUrl: faker.URL(),
// },
// }

// t.ImageUrls = []string{
// t.Images[0].ImageUrl,
// t.Images[1].ImageUrl,
// }
t.Images = t.ImagesList[0]
t.ImageUrls = t.ImageUrlsList[0]

Expand Down

0 comments on commit 10dcce9

Please sign in to comment.