diff options
Diffstat (limited to 'tests/integration/pull_create_test.go')
-rw-r--r-- | tests/integration/pull_create_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/pull_create_test.go b/tests/integration/pull_create_test.go index 24c73ab4e9..b5cb7877bc 100644 --- a/tests/integration/pull_create_test.go +++ b/tests/integration/pull_create_test.go @@ -13,6 +13,7 @@ import ( "testing" "code.gitea.io/gitea/tests" + "github.com/stretchr/testify/assert" ) |