Skip to content

Commit

Permalink
Reformat node_test to appease go fmt in 1.11+
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Rodrigues <craig@portworx.com>
  • Loading branch information
Craig Rodrigues committed Sep 18, 2019
1 parent 7cc5932 commit a225466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csi/node_test.go
Expand Up @@ -46,7 +46,7 @@ func TestNodePublishVolumeBadArguments(t *testing.T) {
}{
{
expectedErrorContains: "Volume id",
req: &csi.NodePublishVolumeRequest{},
req: &csi.NodePublishVolumeRequest{},
},
{
expectedErrorContains: "Target path",
Expand Down
2 changes: 1 addition & 1 deletion csi/v0.3/node_test.go
Expand Up @@ -104,7 +104,7 @@ func TestNodePublishVolumeBadArguments(t *testing.T) {
}{
{
expectedErrorContains: "Volume id",
req: &csi.NodePublishVolumeRequest{},
req: &csi.NodePublishVolumeRequest{},
},
{
expectedErrorContains: "Target path",
Expand Down

0 comments on commit a225466

Please sign in to comment.