Skip to content

Commit

Permalink
[MODAUD-174] - Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Nov 15, 2023
1 parent 86d171f commit 18d7d11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private void makeSaveCall(Promise<RowSet<Row>> promise, String query, PieceAudit
LOGGER.debug("makeSaveCall:: Making save call with query : {} and tenant id : {}", query, tenantId);
try {
pgClientFactory.createInstance(tenantId).execute(query, Tuple.of(pieceAuditEvent.getId(),
pieceAuditEvent.getActionDate(),
pieceAuditEvent.getAction(),
pieceAuditEvent.getPieceId(),
pieceAuditEvent.getUserId(),
LocalDateTime.ofInstant(pieceAuditEvent.getEventDate().toInstant(), ZoneOffset.UTC),
Expand Down

0 comments on commit 18d7d11

Please sign in to comment.