mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-06 09:21:06 +00:00
[F3] ID remapping logic is in place, remove workaround
This commit is contained in:
parent
c770713656
commit
d0fee30167
2 changed files with 4 additions and 9 deletions
|
|
@ -61,7 +61,7 @@ func TestF3(t *testing.T) {
|
|||
fixture.NewAsset()
|
||||
fixture.NewIssueComment(nil)
|
||||
fixture.NewPullRequestComment()
|
||||
// fixture.NewReview()
|
||||
fixture.NewReview()
|
||||
fixture.NewIssueReaction()
|
||||
fixture.NewCommentReaction()
|
||||
|
||||
|
|
@ -109,7 +109,7 @@ func TestF3(t *testing.T) {
|
|||
assert.Contains(t, files, "/release/")
|
||||
assert.Contains(t, files, "/asset/")
|
||||
assert.Contains(t, files, "/comment/")
|
||||
// assert.Contains(t, files, "/review/")
|
||||
assert.Contains(t, files, "/review/")
|
||||
assert.Contains(t, files, "/reaction/")
|
||||
// f3_util.Command(context.Background(), "cp", "-a", f3.GetDirectory(), "abc")
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue