formatted list_test

Signed-off-by: Aleksandar Faraj <AleksandarFaraj@users.noreply.github.com>
pull/11658/head
Aleksandar Faraj 3 years ago committed by GitHub
parent 01f271a917
commit 2d6173f3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -286,7 +286,6 @@ func makeMeSomeReleases(store *storage.Storage, t *testing.T) {
assert.Len(t, all, 3, "sanity test: three items added")
}
func makeMeSomeReleasesWithDifferentNamespaces(store *storage.Storage, t *testing.T) {
t.Helper()
one := releaseStub()
@ -313,7 +312,6 @@ func makeMeSomeReleasesWithDifferentNamespaces(store *storage.Storage, t *testin
assert.Len(t, all, 3, "sanity test: three items added")
}
func TestFilterLatestReleases(t *testing.T) {
t.Run("should filter old versions of the same release", func(t *testing.T) {
r1 := releaseStub()

Loading…
Cancel
Save