mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Enable testifylint rules (#34075)
enable testifylint rules disabled in: https://github.com/go-gitea/gitea/pull/34054
This commit is contained in:
@@ -42,6 +42,6 @@ func TestParseSignatureFromCommitLine(t *testing.T) {
|
||||
}
|
||||
for _, test := range tests {
|
||||
got := parseSignatureFromCommitLine(test.line)
|
||||
assert.EqualValues(t, test.want, got)
|
||||
assert.Equal(t, test.want, got)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user