From 4e8a710b6451ef989aa178ae2d93259c8d2dc70c Mon Sep 17 00:00:00 2001 From: Galoretka Date: Tue, 9 Sep 2025 15:49:54 +0300 Subject: [PATCH] chore: Remove duplicated test case from TestCollector (#15672) * chore: Remove duplicated test case from TestCollector * Create Galoretka_fix-leakybucket-test-duplicate.md --- changelog/Galoretka_fix-leakybucket-test-duplicate.md | 2 ++ container/leaky-bucket/collector_test.go | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/Galoretka_fix-leakybucket-test-duplicate.md diff --git a/changelog/Galoretka_fix-leakybucket-test-duplicate.md b/changelog/Galoretka_fix-leakybucket-test-duplicate.md new file mode 100644 index 0000000000..57e70c5505 --- /dev/null +++ b/changelog/Galoretka_fix-leakybucket-test-duplicate.md @@ -0,0 +1,2 @@ +## Ignored +- Remove duplicate test case in `container/leaky-bucket/collector_test.go` to reduce redundancy. (#15672) diff --git a/container/leaky-bucket/collector_test.go b/container/leaky-bucket/collector_test.go index 5fa508b86b..3a39117953 100644 --- a/container/leaky-bucket/collector_test.go +++ b/container/leaky-bucket/collector_test.go @@ -141,7 +141,6 @@ func TestCollector(t *testing.T) { setElapsed(0) tests := []testSet{ - collectorSimple, collectorSimple, collectorVaried, }