Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-12-09 21:49:41 +01:00
parent 0d16e31154
commit fe9884331f
4 changed files with 4 additions and 4 deletions

View file

@ -202,4 +202,4 @@ func TestUpdateAlbumDates(t *testing.T) {
t.Fatal(err)
}
})
}
}

View file

@ -52,4 +52,4 @@ func TestUpdateFolderDates(t *testing.T) {
t.Fatal(err)
}
})
}
}

View file

@ -116,4 +116,4 @@ func PhotosCheck(limit int, offset int) (entities entity.Photos, err error) {
Order("photos.ID ASC").Limit(limit).Offset(offset).Find(&entities).Error
return entities, err
}
}

View file

@ -77,4 +77,4 @@ func TestPhotosCheck(t *testing.T) {
t.Fatal(err)
}
assert.IsType(t, entity.Photos{}, result)
}
}