Update dependencies and fix some linter warnings
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// nolint: errcheck
|
||||
package store_test
|
||||
|
||||
import (
|
||||
@@ -27,6 +28,7 @@ func TestPostgresStore(t *testing.T) {
|
||||
|
||||
testLoginAttemptStore(s, t)
|
||||
}
|
||||
|
||||
func TestPostgresStoreWithCache(t *testing.T) {
|
||||
var dsn string
|
||||
var found bool
|
||||
@@ -47,6 +49,7 @@ func TestPostgresStoreWithCache(t *testing.T) {
|
||||
|
||||
testLoginAttemptStore(s, t)
|
||||
}
|
||||
|
||||
func BenchmarkPostgresStore(b *testing.B) {
|
||||
var dsn string
|
||||
var found bool
|
||||
|
Reference in New Issue
Block a user