Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mk committed Nov 6, 2023
1 parent c7e54e7 commit a1dd3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equinix/helpers_device_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1dd3f7

Please sign in to comment.