Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 09:54:24 +01:00
This commit is contained in:
Michael Jerger 2024-05-29 08:59:32 +02:00
parent e7580da130
commit 07e2708e3d

View file

@ -318,5 +318,4 @@ func TestRepoFollowing(t *testing.T) {
unittest.AssertExistsAndLoadBean(t, &repo_model.FollowingRepo{ExternalID: "1",
FederationHostID: federationHost.ID})
})
}