Files
mattermost/store/sqlstore/command_webhook_store_test.go

15 lines
310 B
Go
Raw Normal View History

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package sqlstore
import (
"testing"
"github.com/mattermost/mattermost-server/store/storetest"
)
func TestCommandWebhookStore(t *testing.T) {
StoreTest(t, storetest.TestCommandWebhookStore)
}