mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Signed-off-by: Michael Mayer <michael@photoprism.app> Co-authored-by: Michael Mayer <michael@photoprism.app> Co-authored-by: graciousgrey <theresagresch@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ func TestFirstOrCreateFileSync(t *testing.T) {
|
||||
result := FirstOrCreateFileSync(fileSync)
|
||||
|
||||
if result == nil {
|
||||
t.Fatal("result should not be nil")
|
||||
t.Fatal("result must not be nil")
|
||||
}
|
||||
|
||||
if result.FileID != fileSync.FileID {
|
||||
@@ -41,7 +41,7 @@ func TestFirstOrCreateFileSync(t *testing.T) {
|
||||
result := FirstOrCreateFileSync(fileSync)
|
||||
|
||||
if result == nil {
|
||||
t.Fatal("result share should not be nil")
|
||||
t.Fatal("result share must not be nil")
|
||||
}
|
||||
|
||||
if result.FileID != fileSync.FileID {
|
||||
|
||||
Reference in New Issue
Block a user