Skip to content

Commit

Permalink
docs: fix broken doc tags
Browse files Browse the repository at this point in the history
A missing block start in vearch for runVearchContainer.

Remove duplicate block end in exec test.
  • Loading branch information
stevenh committed Aug 14, 2024
1 parent 4d0e738 commit 139df60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions modules/vearch/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
)

func ExampleRun() {
// runVearchContainer {
ctx := context.Background()

vearchContainer, err := vearch.Run(ctx, "vearch/vearch:3.5.1")
Expand Down
1 change: 0 additions & 1 deletion wait/exec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,4 @@ func TestExecStrategyWaitUntilReady_CustomResponseMatcher(t *testing.T) {
t.Fatalf("failed to terminate container: %s", err)
}
})
// }
}

0 comments on commit 139df60

Please sign in to comment.