Skip to content

Commit

Permalink
identifier.json preservation task note change (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Nov 18, 2024
1 parent cad229a commit 2cf4cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/workflow/preprocessing.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func (w *PreprocessingWorkflow) Execute(
result.systemError(ctx, e, ev, "creating identifier.json has failed")
return result, nil
}
ev.Succeed(ctx, "Created an identifier.json file")
ev.Succeed(ctx, "Created an identifier.json and stored in metadata directory")

// Bag the SIP for Enduro processing.
ev = result.newEvent(ctx, "Bag SIP")
Expand Down
2 changes: 1 addition & 1 deletion internal/workflow/preprocessing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func (s *PreprocessingTestSuite) TestPreprocessingWorkflowSuccess() {
},
{
Name: "Create identifier.json",
Message: "Created an identifier.json file",
Message: "Created an identifier.json and stored in metadata directory",
Outcome: enums.EventOutcomeSuccess,
StartedAt: testTime,
CompletedAt: testTime,
Expand Down

0 comments on commit 2cf4cdc

Please sign in to comment.