mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 22:59:29 +01:00
chore: remove spurious comment in tests
This commit is contained in:
parent
c4d2635839
commit
2099c2af7c
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ func TestCleanupSHA256(t *testing.T) {
|
|||
Type: packages.TypeContainer,
|
||||
}
|
||||
_, err := db.GetEngine(ctx).Insert(&p)
|
||||
// package_version").Where("version = ?", multiTag).Update(&packages_model.PackageVersion{MetadataJSON: `corrupted "manifests":[{ bad`})
|
||||
require.NoError(t, err)
|
||||
|
||||
var metadata string
|
||||
|
|
Loading…
Reference in a new issue