mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
chore: update golangci-lint config and fix lint issues (#542)
* chore: update golangci-lint config and fix lint issues
This commit is contained in:
@@ -40,5 +40,5 @@ func TestExtractHistories_NullFields(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
require.Len(t, got, 1)
|
||||
assert.Equal(t, "https://null.test", got[0].URL)
|
||||
assert.Equal(t, "", got[0].Title)
|
||||
assert.Empty(t, got[0].Title)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user