Skip to content

Commit

Permalink
refactor: folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nc1z committed Jul 14, 2024
1 parent c5949a5 commit 6efcfff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package com.example.settlementsenrichment.repository;
package com.example.settlementsenrichment.integration.repository;

import com.example.settlementsenrichment.AbstractDataJpaTest;
import com.example.settlementsenrichment.entity.MarketSettlementMessage;
import com.example.settlementsenrichment.entity.Party;
import com.example.settlementsenrichment.repository.MarketSettlementMessageRepository;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;

Expand Down

0 comments on commit 6efcfff

Please sign in to comment.