From a1dd3f73fd1230569be3de0abc94a34b763f8885 Mon Sep 17 00:00:00 2001 From: Tomas Karasek Date: Mon, 6 Nov 2023 17:27:53 +0100 Subject: [PATCH] sq --- equinix/helpers_device_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/equinix/helpers_device_test.go b/equinix/helpers_device_test.go index 0e8a81833..dc695819c 100644 --- a/equinix/helpers_device_test.go +++ b/equinix/helpers_device_test.go @@ -30,7 +30,7 @@ func (m *mockHWService) Move(id string, dest string) (*packngo.HardwareReservati var _ packngo.HardwareReservationService = (*mockHWService)(nil) -func Test_WaitUntilReservationProvisionable(t *testing.T) { +func Test_waitUntilReservationProvisionable(t *testing.T) { type args struct { reservationId string instanceId string