mirror of
https://github.com/prometheus/prometheus
synced 2025-02-15 11:37:13 +00: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 New Issue
Block a user