Skip to content

Commit

Permalink
Register the test (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Memisoglu authored and mergify[bot] committed Oct 8, 2019
1 parent 54c6c56 commit d63f20d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/blockstorage/awsefs/conversion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
package awsefs

import (
"testing"
"time"

"github.com/aws/aws-sdk-go/aws"
Expand All @@ -23,6 +24,8 @@ import (
. "gopkg.in/check.v1"
)

func Test(t *testing.T) { TestingT(t) }

type AWSEFSConversionTestSuite struct{}

var _ = Suite(&AWSEFSConversionTestSuite{})
Expand Down

0 comments on commit d63f20d

Please sign in to comment.