Skip to content

Commit

Permalink
test fixed (#2647)
Browse files Browse the repository at this point in the history
Co-authored-by: lbownik <[email protected]>
  • Loading branch information
lbownik and lbownik authored Feb 3, 2025
1 parent 3dd6299 commit a3b7173
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ private void addObjectsToUser(AuthenticatedUser authenticatedUser) {
dataFile.setFileAccessRequesters(Lists.newArrayList(authenticatedUser));
dataFile.setCreateDate(new Timestamp(new Date().getTime()));
dataFile.setModificationTime(new Timestamp(new Date().getTime()));
dataFile.setOwner(datasetDao.find(66L));
dataFileService.save(dataFile);

WorkflowComment workflowComment =
Expand Down

0 comments on commit a3b7173

Please sign in to comment.