Skip to content

Commit

Permalink
fix: lint failure for missing test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenh committed Nov 8, 2024
1 parent fe00f29 commit 8cdb027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/cockroachdb/cockroachdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ func TestRun_WithInsecureAndPassword(t *testing.T) {

// testContainer runs a CockroachDB container and validates its functionality.
func testContainer(t *testing.T, opts ...testcontainers.ContainerCustomizer) {
t.Helper()

ctx := context.Background()
ctr, err := cockroachdb.Run(ctx, testImage, opts...)
testcontainers.CleanupContainer(t, ctr)
Expand Down

0 comments on commit 8cdb027

Please sign in to comment.