mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
chore: fix some comments and typos
Signed-off-by: knowmost <knowmost@outlook.com>
This commit is contained in:
@@ -238,7 +238,7 @@ func TestUser_UpdateUsername(t *testing.T) {
|
||||
if err := m.UpdateUsername("admin"); err == nil {
|
||||
t.Fatal("error expected")
|
||||
} else {
|
||||
t.Logf("expected errror: %s", err)
|
||||
t.Logf("expected error: %s", err)
|
||||
}
|
||||
})
|
||||
t.Run("Success", func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user