Skip to content

Commit

Permalink
fix: comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Aug 6, 2024
1 parent 7e83207 commit 686669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/repository/sequence/mongo.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (r *MongoRepository) getOldNumber(ctx context.Context, name string, executi
}

number := int32(oldExecutionNumber.Number)
// get old number from old agennt - nre cloud configuration
// get old number from old agennt - new cloud configuration
if number == 0 && (executionType == ExecutionTypeTestSuite || executionType == ExecutionTypeTestWorkflow) {
var executionNumber executionNumber

Expand Down

0 comments on commit 686669c

Please sign in to comment.