mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Backend: Run "make fmt" with Go v1.19
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -245,7 +245,7 @@ func TestMarker_InvalidArea(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
//TODO fails on mariadb
|
||||
// TODO fails on mariadb
|
||||
func TestMarker_Save(t *testing.T) {
|
||||
t.Run("success", func(t *testing.T) {
|
||||
m := NewMarker(FileFixtures.Get("exampleFileName.jpg"), testArea, "lt9k3pw1wowuy3c4", SrcImage, MarkerLabel, 100, 65)
|
||||
|
||||
Reference in New Issue
Block a user