chore: fix some comments and typos

Signed-off-by: knowmost <knowmost@outlook.com>
This commit is contained in:
knowmost
2024-04-28 11:30:59 +08:00
committed by Michael Mayer
parent c8acfb98c0
commit 020e9e7e19
8 changed files with 9 additions and 9 deletions

View File

@@ -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) {