mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
chore: Remove duplicated test case from TestCollector (#15672)
* chore: Remove duplicated test case from TestCollector * Create Galoretka_fix-leakybucket-test-duplicate.md
This commit is contained in:
2
changelog/Galoretka_fix-leakybucket-test-duplicate.md
Normal file
2
changelog/Galoretka_fix-leakybucket-test-duplicate.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
## Ignored
|
||||||
|
- Remove duplicate test case in `container/leaky-bucket/collector_test.go` to reduce redundancy. (#15672)
|
||||||
@@ -141,7 +141,6 @@ func TestCollector(t *testing.T) {
|
|||||||
setElapsed(0)
|
setElapsed(0)
|
||||||
|
|
||||||
tests := []testSet{
|
tests := []testSet{
|
||||||
collectorSimple,
|
|
||||||
collectorSimple,
|
collectorSimple,
|
||||||
collectorVaried,
|
collectorVaried,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user