1
0
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:
Jesús Espino 2022-04-06 13:01:45 +02:00
parent af5193bbd0
commit bc52b2f044
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -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)