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 2a67c97 commit 6dca12bCopy full SHA for 6dca12b
collector/pg_stat_wal_test.go
@@ -38,7 +38,7 @@ func TestPGStatWALCollector(t *testing.T) {
38
}
39
40
rows := sqlmock.NewRows(columns).
41
- AddRow(354, 4945, int64(289097744), 1242257, 3275602074, 89320867, 450.123439, 1234.5678, srT)
+ AddRow(354, 4945, 289097744, 1242257, int(3275602074), 89320867, 450.123439, 1234.5678, srT)
42
mock.ExpectQuery(sanitizeQuery(statWALQuery(columns))).WillReturnRows(rows)
43
44
ch := make(chan prometheus.Metric)
0 commit comments