summaryrefslogtreecommitdiffstats
path: root/models/pull_test.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2019-12-15 11:28:51 +0800
committerAntoine GIRARD <sapk@users.noreply.github.com>2019-12-15 04:28:51 +0100
commitce2d488c9497c12105935d363b66136a0c2bd0b5 (patch)
tree65f73708a844d3fb7a5e05290fc6c0ddf5cfafdd /models/pull_test.go
parent6715677b2bf7a065d0184ea7f2647e70ca2598d4 (diff)
downloadgitea-ce2d488c9497c12105935d363b66136a0c2bd0b5.tar.gz
gitea-ce2d488c9497c12105935d363b66136a0c2bd0b5.zip
Move PushToBaseRepo from models to services/pull (#9352)
Diffstat (limited to 'models/pull_test.go')
-rw-r--r--models/pull_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/models/pull_test.go b/models/pull_test.go
index 6f799c1c82..325818e0bf 100644
--- a/models/pull_test.go
+++ b/models/pull_test.go
@@ -190,8 +190,6 @@ func TestPullRequest_UpdateCols(t *testing.T) {
CheckConsistencyFor(t, pr)
}
-// TODO TestPullRequest_PushToBaseRepo
-
func TestPullRequestList_LoadAttributes(t *testing.T) {
assert.NoError(t, PrepareTestDatabase())