Skip to content

Commit

Permalink
add godoc
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Huckins <[email protected]>
  • Loading branch information
dhuckins committed Mar 6, 2023
1 parent ec2137f commit e4e9612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/kv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ func testKVListCommand(tb testing.TB) (*cli.MockUi, *KVListCommand) {
return ui, cmd
}

// TestKVListCommand runs tests for `vault kv list`
func TestKVListCommand(t *testing.T) {
testCases := []struct {
name string
Expand Down

0 comments on commit e4e9612

Please sign in to comment.