fix: enable formatter rule from testifylint
Signed-off-by: Thomas Gosteli <thomas.gosteli@protonmail.ch>
This commit is contained in:
@ -42,9 +42,9 @@ func TestBackendPreCommitHook(t *testing.T) {
|
||||
// Empty commit.
|
||||
tx.Commit()
|
||||
|
||||
assert.Equal(t, ">cc", getCommitsKey(t, be), "expected 2 explicit commits")
|
||||
assert.Equalf(t, ">cc", getCommitsKey(t, be), "expected 2 explicit commits")
|
||||
tx.Commit()
|
||||
assert.Equal(t, ">ccc", getCommitsKey(t, be), "expected 3 explicit commits")
|
||||
assert.Equalf(t, ">ccc", getCommitsKey(t, be), "expected 3 explicit commits")
|
||||
}
|
||||
|
||||
func TestBackendAutoCommitLimitHook(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user