Skip to content

Commit

Permalink
test: Place 테스트 픽스쳐 디렉토리 변경 #72
Browse files Browse the repository at this point in the history
  • Loading branch information
koomchang committed Nov 12, 2024
1 parent 353d50e commit 1bd8457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/test/place/fixture/place.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Place } from '../../src/place/entity/place.entity';
import { Place } from '../../../src/place/entity/place.entity';
import { PlaceFixtureType } from './place.fixture.type';

export class PlaceFixture {
Expand Down

0 comments on commit 1bd8457

Please sign in to comment.