Skip to content

Commit cbef386

Browse files
committed
improvement
1 parent 4330b6e commit cbef386

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

services/attachment/attachment_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ import (
2121
"github.com/stretchr/testify/assert"
2222
)
2323

24+
func TestMain(m *testing.M) {
25+
unittest.MainTest(m)
26+
}
27+
2428
func TestUploadAttachment(t *testing.T) {
2529
assert.NoError(t, unittest.PrepareTestDatabase())
2630

services/attachment/main_test.go

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)