We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1d988 commit 91c7a3eCopy full SHA for 91c7a3e
models/migrations/v1_19/main_test.go
@@ -0,0 +1,15 @@
1
+// Copyright 2021 The Gitea Authors. All rights reserved.
2
+// Use of this source code is governed by a MIT-style
3
+// license that can be found in the LICENSE file.
4
+
5
+package v1_19 // nolint
6
7
+import (
8
+ "testing"
9
10
+ "code.gitea.io/gitea/models/migrations/base"
11
+)
12
13
+func TestMain(m *testing.M) {
14
+ base.MainTest(m)
15
+}
models/migrations/v1_19/v233_test.go
@@ -16,7 +16,7 @@ import (
16
"github.com/stretchr/testify/assert"
17
)
18
19
-func Test_addHeaderAuthorizationEncryptedColWebhook(t *testing.T) {
+func Test_AddHeaderAuthorizationEncryptedColWebhook(t *testing.T) {
20
// Create Webhook table
21
type Webhook struct {
22
ID int64 `xorm:"pk autoincr"`
0 commit comments