diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-12-15 11:28:51 +0800 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-12-15 04:28:51 +0100 |
commit | ce2d488c9497c12105935d363b66136a0c2bd0b5 (patch) | |
tree | 65f73708a844d3fb7a5e05290fc6c0ddf5cfafdd /services/pull/pull_test.go | |
parent | 6715677b2bf7a065d0184ea7f2647e70ca2598d4 (diff) | |
download | gitea-ce2d488c9497c12105935d363b66136a0c2bd0b5.tar.gz gitea-ce2d488c9497c12105935d363b66136a0c2bd0b5.zip |
Move PushToBaseRepo from models to services/pull (#9352)
Diffstat (limited to 'services/pull/pull_test.go')
-rw-r--r-- | services/pull/pull_test.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/services/pull/pull_test.go b/services/pull/pull_test.go new file mode 100644 index 0000000000..64920e3550 --- /dev/null +++ b/services/pull/pull_test.go @@ -0,0 +1,8 @@ +// Copyright 2019 The Gitea Authors. +// All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package pull + +// TODO TestPullRequest_PushToBaseRepo |