[#355] morph/event: Fix delete container event test

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-01-28 18:01:10 +03:00 committed by Alex Vanin
parent 244bcc5c04
commit db94ad5567

View file

@ -24,7 +24,7 @@ func TestParseDelete(t *testing.T) {
})
t.Run("wrong container parameter", func(t *testing.T) {
_, err := ParsePut([]stackitem.Item{
_, err := ParseDelete([]stackitem.Item{
stackitem.NewMap(),
})