fix some typos

Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
This commit is contained in:
thirdkeyword
2024-03-25 10:34:44 +08:00
parent b643f1b1fe
commit fbda591866
13 changed files with 19 additions and 19 deletions

View File

@ -42,9 +42,9 @@ func TestBackendPreCommitHook(t *testing.T) {
// Empty commit.
tx.Commit()
assert.Equal(t, ">cc", getCommitsKey(t, be), "expected 2 explict commits")
assert.Equal(t, ">cc", getCommitsKey(t, be), "expected 2 explicit commits")
tx.Commit()
assert.Equal(t, ">ccc", getCommitsKey(t, be), "expected 3 explict commits")
assert.Equal(t, ">ccc", getCommitsKey(t, be), "expected 3 explicit commits")
}
func TestBackendAutoCommitLimitHook(t *testing.T) {