Skip to content

Commit

Permalink
test: 변경사항 테스트에 반영 #196
Browse files Browse the repository at this point in the history
  • Loading branch information
Miensoap committed Nov 28, 2024
1 parent 887a2cb commit f642e08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/test/place/fixture/PlaceCreateRequest.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { CreatePlaceRequest } from '@src/place/dto/CreatePlaceRequest';
import { Category } from '@src/place/place.category.enum';

export class PlaceCreateRequestFixture {
static default = {
Expand All @@ -10,7 +11,7 @@ export class PlaceCreateRequestFixture {
latitude: 40.782865,
},
formattedAddress: 'New York, NY, USA',
category: 'Park',
category: Category.명소,
description: 'A large public park in New York City.',
detailPageUrl: 'https://example.com/central_park',
thumbnailUrl: 'https://example.com/central_park.jpg',
Expand Down

0 comments on commit f642e08

Please sign in to comment.