Skip to content

Commit 10c2455

Browse files
committed
Fix test name
Signed-off-by: Felix Yuan <[email protected]>
1 parent 91d5c9e commit 10c2455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_long_running_transactions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/smartystreets/goconvey/convey"
2323
)
2424

25-
func TestPgLongRunningTransactionsCollector(t *testing.T) {
25+
func TestPGLongRunningTransactionsCollector(t *testing.T) {
2626
db, mock, err := sqlmock.New()
2727
if err != nil {
2828
t.Fatalf("Error opening a stub db connection: %s", err)

0 commit comments

Comments
 (0)