Skip to content

Commit 21ce857

Browse files
authored
Merge pull request #8 from IBM/pramod-unit-tests
unit test for block_volume_manager
2 parents 3f82553 + 0f1a7a3 commit 21ce857

21 files changed

+2521
-3632
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/

volume-providers/softlayer/backend/billing_order_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
)
1717

1818
// BillingOrderService is a wrapping interface for the softlayer-go API's BillingOrderService
19+
//go:generate counterfeiter -o fakes/billing_order_service.go --fake-name BillingOrderService . BillingOrderService
1920
type BillingOrderService interface {
2021
Filter(filter string) BillingOrderService
2122
Mask(string) BillingOrderService

0 commit comments

Comments
 (0)