Skip to content

Commit

Permalink
feat: add Test example skipping features
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Randles <randles.chris@gmail.com>
  • Loading branch information
crandles committed Sep 16, 2024
1 parent 2950a01 commit 5145452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/benchmark_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func BenchmarkListPods(b *testing.B) {
// ...your client is ready you use -- or use the `*rest.Config` to create your preferred client
}

func TestExample(t *testing.T) {
func TestListPods(t *testing.T) {
client, err := testenv.EnvConf().NewClient()
// ...
}
Expand Down

0 comments on commit 5145452

Please sign in to comment.