We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d5c9e commit 10c2455Copy full SHA for 10c2455
collector/pg_long_running_transactions_test.go
@@ -22,7 +22,7 @@ import (
22
"github.com/smartystreets/goconvey/convey"
23
)
24
25
-func TestPgLongRunningTransactionsCollector(t *testing.T) {
+func TestPGLongRunningTransactionsCollector(t *testing.T) {
26
db, mock, err := sqlmock.New()
27
if err != nil {
28
t.Fatalf("Error opening a stub db connection: %s", err)
0 commit comments