Skip to content

Commit

Permalink
Generic passthrough handler should be able to cover all Kanto functio…
Browse files Browse the repository at this point in the history
…nalities (eclipse-kanto#21)

Signed-off-by: Hristo Bozhilov <[email protected]>
  • Loading branch information
Hristo Bozhilov authored and Hristo Bozhilov committed Oct 28, 2022
1 parent 3bc2dc1 commit 5dc63ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/stretchr/testify/require"
)

func TestCreateCommandHandler(t *testing.T) {
func TestCreateDefaultCommandHandler(t *testing.T) {
messageHandler := CreateDefaultCommandHandler()
require.NoError(t, messageHandler.Init(nil))
assert.Equal(t, commandHandlerName, messageHandler.Name())
Expand Down

0 comments on commit 5dc63ef

Please sign in to comment.