Skip to content

Commit

Permalink
#81 fix event msg
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-dammeier committed Nov 5, 2024
1 parent 55c7467 commit 62fae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/domain/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (s StateDiffComponentDeterminedEvent) Message() string {

message, amount := getActionAmountMessage(amountActions)

return fmt.Sprintf("component state diff determined: %d changes (%s)", amount, message)
return fmt.Sprintf("component state diff determined: %d actions (%s)", amount, message)
}

func getActionAmountMessage(amountActions map[Action]int) (message string, totalAmount int) {
Expand Down

0 comments on commit 62fae7e

Please sign in to comment.