mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
Merge pull request #1975 from prometheus/storage-test
storage: fix struct alignment issue in test
This commit is contained in:
commit
815cb57af3
|
@ -152,8 +152,8 @@ func TestSampleDeliveryOrder(t *testing.T) {
|
|||
// the `numCalls` property will contain a count of how many times Store() was
|
||||
// called.
|
||||
type TestBlockingStorageClient struct {
|
||||
block chan bool
|
||||
numCalls uint64
|
||||
block chan bool
|
||||
}
|
||||
|
||||
func NewTestBlockedStorageClient() *TestBlockingStorageClient {
|
||||
|
|
Loading…
Reference in a new issue