Skip to content

Commit

Permalink
Lint error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell committed Nov 19, 2024
1 parent 7d0e316 commit 58c09be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4677,7 +4677,8 @@ var _ = ginkgo.Describe("CSINodeService", func() {
{
Device: validDevName,
Path: validTargetPath,
}}, nil)
},
}, nil)

req := &csi.NodeGetVolumeStatsRequest{
VolumeId: validBlockVolumeID,
Expand Down

0 comments on commit 58c09be

Please sign in to comment.