Skip to content

Commit

Permalink
move file
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Jun 24, 2024
1 parent bb1bf25 commit ab103ea
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package gov.cms.ab2d.contracts.utils;
package gov.cms.ab2d.contracts.model;

import gov.cms.ab2d.contracts.model.Contract;
import gov.cms.ab2d.contracts.model.ContractDTO;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

Expand All @@ -13,7 +11,7 @@
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;

public class ContractTest {
class ContractTest {
private static final String CONTRACT_NAME = "Name";
private static final String PARENT_NAME = "Parent";
private static final String MARKETING_NAME = "Marketing Name";
Expand Down

0 comments on commit ab103ea

Please sign in to comment.