Skip to content

Commit 6b75e0e

Browse files
committed
changed test functions as well
Signed-off-by: Philip Örnfeldt <philip.ornfeldt@outlook.com>
1 parent fa32ba7 commit 6b75e0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/probe/bgp_neighbors_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/prometheus/client_golang/prometheus/testutil"
2222
)
2323

24-
func TestBGPNeighborsIPv4Old(t *testing.T) {
24+
func TestBGPNeighborsIPv47_4(t *testing.T) {
2525
c := newFakeClient()
2626
c.prepare("api/v2/monitor/router/bgp/neighbors", "testdata/router-bgp-neighbors-v4-7.4.jsonnet")
2727
r := prometheus.NewPedanticRegistry()
@@ -44,7 +44,7 @@ func TestBGPNeighborsIPv4Old(t *testing.T) {
4444
}
4545
}
4646

47-
func TestBGPNeighborsIPv6Old(t *testing.T) {
47+
func TestBGPNeighborsIPv67_4(t *testing.T) {
4848
c := newFakeClient()
4949
c.prepare("api/v2/monitor/router/bgp/neighbors6", "testdata/router-bgp-neighbors-v6-7.4.jsonnet")
5050
r := prometheus.NewPedanticRegistry()

0 commit comments

Comments
 (0)