mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-01 19:14:35 +02:00
Fixing golangci-lint errors
This commit is contained in:
parent
af5193bbd0
commit
bc52b2f044
@ -18,7 +18,6 @@ const (
|
||||
testBoardID = "board-id"
|
||||
)
|
||||
|
||||
//nolint:dupl
|
||||
func StoreTestBlocksStore(t *testing.T, setup func(t *testing.T) (store.Store, func())) {
|
||||
t.Run("InsertBlock", func(t *testing.T) {
|
||||
store, tearDown := setup(t)
|
||||
|
@ -12,7 +12,6 @@ import (
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
//nolint:dupl
|
||||
func StoreTestBoardStore(t *testing.T, setup func(t *testing.T) (store.Store, func())) {
|
||||
t.Run("GetBoard", func(t *testing.T) {
|
||||
store, tearDown := setup(t)
|
||||
|
Loading…
x
Reference in New Issue
Block a user