Skip to content

Commit

Permalink
chore: fix comment (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
finaltrip authored Jun 3, 2024
1 parent bf0d239 commit a91dc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cqrs/command_processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func TestCommandProcessor_non_pointer_command(t *testing.T) {
assert.IsType(t, cqrs.NonPointerError{}, errors.Cause(err))
}

// TestCommandProcessor_multiple_same_command_handlers checks, that we don't register multiple handlers for the same commend.
// TestCommandProcessor_multiple_same_command_handlers checks, that we don't register multiple handlers for the same command.
func TestCommandProcessor_multiple_same_command_handlers(t *testing.T) {
ts := NewTestServices()

Expand Down

0 comments on commit a91dc03

Please # to comment.