Skip to content

Commit

Permalink
[KAN-104] 음식점 통합테스트 추가 - 카테고리 API 패키지 잘못된부분 수정 + 테스트코드 추가 (error fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok committed May 28, 2024
1 parent f12dc76 commit ef158b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.restaurant.be.restaurant.repository

import com.querydsl.core.types.dsl.PathBuilderFactory
import com.querydsl.jpa.impl.JPAQueryFactory
import com.restaurant.be.restaurant.domain.entity.QCategory.category
import com.restaurant.be.category.domain.entity.QCategory.category
import com.restaurant.be.restaurant.domain.entity.QMenu.menu
import com.restaurant.be.restaurant.domain.entity.QRestaurant.restaurant
import com.restaurant.be.restaurant.domain.entity.QRestaurantCategory.restaurantCategory
Expand Down

0 comments on commit ef158b0

Please sign in to comment.