Skip to content

Commit

Permalink
docker.volume: fix codeclimate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ryane committed Oct 31, 2016
1 parent 6d64a80 commit 18cfa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/docker/volume/preparer_test.go
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/stretchr/testify/require"
)

// TestPreparerInterfaces ensures that the correct interfaces are implemented by
// TestPreparerInterface ensures that the correct interfaces are implemented by
// the preparer
func TestPreparerInterface(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit 18cfa6f

Please sign in to comment.