Răsfoiți Sursa

revert broken test

AjayTripathy 6 ani în urmă
părinte
comite
14ae0f1deb
1 a modificat fișierele cu 9 adăugiri și 2 ștergeri
  1. 9 2
      test/costmodel_test.go

+ 9 - 2
test/costmodel_test.go

@@ -1,6 +1,14 @@
 package costmodel_test
 
-/*
+import (
+	"net/url"
+	"testing"
+
+	"github.com/golang/mock/gomock"
+	costModel "github.com/kubecost/cost-model/costmodel"
+	"github.com/kubecost/test/mocks"
+)
+
 func TestCostModel(t *testing.T) {
 	ctrl := gomock.NewController(t)
 
@@ -16,4 +24,3 @@ func TestCostModel(t *testing.T) {
 
 	costModel.ComputeCostData(cli, clientset, provider, "1d", "")
 }
-*/