Skip to content

Commit

Permalink
MODDCB-90 Accept existing circulation request ID
Browse files Browse the repository at this point in the history
  • Loading branch information
MagzhanArtykov committed Mar 11, 2024
1 parent 0fef6f2 commit c386a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;

public class EcsRequestTransactionsApiControllerTest extends BaseIT {
class EcsRequestTransactionsApiControllerTest extends BaseIT {

private static final String TRANSACTION_AUDIT_DUPLICATE_ERROR_ACTION = "DUPLICATE_ERROR";
private static final String DUPLICATE_ERROR_TRANSACTION_ID = "-1";
Expand Down

0 comments on commit c386a75

Please sign in to comment.