Skip to content

Commit

Permalink
fix: testable example lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 20, 2023
1 parent 33d3ea6 commit 841b9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/vault/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func ExampleRunContainer() {
// true
}

func ExampleRunContainerWithToken() {
func ExampleRunContainer_withToken() {
// runVaultContainerWithToken {
ctx := context.Background()

Expand Down Expand Up @@ -75,7 +75,7 @@ func ExampleRunContainerWithToken() {
// 0
}

func ExampleRunContainerWithInitCommand() {
func ExampleRunContainer_withInitCommand() {
// runVaultContainerWithInitCommand {
ctx := context.Background()

Expand Down

0 comments on commit 841b9de

Please sign in to comment.