mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2024-11-21 20:56:04 +03:00
update lint fixes
This commit is contained in:
parent
0f7c6c6669
commit
278dca5d35
@ -13,8 +13,7 @@ import (
|
||||
"gopkg.in/h2non/gock.v1"
|
||||
)
|
||||
|
||||
func TestDefaultNotifyFunc(t *testing.T) {
|
||||
t.Parallel()
|
||||
func TestDefaultNotifyFunc(t *testing.T) { // nolint:paralleltest
|
||||
apiURL := "https://test.retailcrm.pro"
|
||||
apiKey := "key"
|
||||
msg := "Notification"
|
||||
@ -37,8 +36,7 @@ func TestDefaultNotifyFunc(t *testing.T) {
|
||||
testutil.AssertNoUnmatchedRequests(t)
|
||||
}
|
||||
|
||||
func TestDefaultNotifyFunc_Error(t *testing.T) {
|
||||
t.Parallel()
|
||||
func TestDefaultNotifyFunc_Error(t *testing.T) { // nolint:paralleltest
|
||||
apiURL := "https://test.retailcrm.pro"
|
||||
apiKey := "key"
|
||||
msg := "Notification"
|
||||
|
@ -13,6 +13,7 @@ type SyncMapStorageTest struct {
|
||||
}
|
||||
|
||||
func TestSyncMapStorage(t *testing.T) {
|
||||
t.Parallel()
|
||||
suite.Run(t, new(SyncMapStorageTest))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user