Skip to content

Commit 93f7b53

Browse files
fix: review feedback
1 parent a3ca0a2 commit 93f7b53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/verify/frameworkvalidator_test.go renamed to internal/verify/framework_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func TestStringValidatorUUID(t *testing.T) {
9393
func TestStringValidatorUUIDOrUUIDWithLocality(t *testing.T) {
9494
t.Parallel()
9595

96-
ctx := context.Background()
96+
ctx := t.Context()
9797

9898
testCases := map[string]struct {
9999
errDesc string
@@ -216,7 +216,7 @@ func TestStringValidatorUUIDOrUUIDWithLocality(t *testing.T) {
216216
func TestStringValidatorRegionWithWarning(t *testing.T) {
217217
t.Parallel()
218218

219-
ctx := context.Background()
219+
ctx := t.Context()
220220

221221
validRegions := []string{"fr-par", "nl-ams", "pl-waw"}
222222

0 commit comments

Comments
 (0)