Skip to content

Commit

Permalink
[MODAUD-174] - Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Nov 10, 2023
1 parent 0d3017b commit 3262ab6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ private AuditEventDBConstants() {}

public static final String ORDER_LINE_ID_FIELD = "order_line_id";

public static final String PIECE_ID_FIELD = "order_id";
public static final String PIECE_ID_FIELD = "piece_id";

public static final String USER_ID_FIELD = "user_id";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public class AuditDataAcquisitionAPITest extends ApiTestBase {

@InjectMocks
OrderEventsDaoImpl orderEventDao;

@InjectMocks
OrderLineEventsDaoImpl orderLineEventDao;
@InjectMocks
Expand Down

0 comments on commit 3262ab6

Please sign in to comment.