Skip to content

Commit 7449b89

Browse files
committed
validations: Added missing spaces to tests for the linter
1 parent 9f278d4 commit 7449b89

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/validations/property/enum_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ func TestValidateEnumConfig(t *testing.T) {
227227
if !errors.Is(err, tc.wantErr) {
228228
t.Fatalf("expected error %v, got %v", tc.wantErr, err)
229229
}
230+
230231
return
231232
}
232233

pkg/validations/property/pattern_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ func TestValidatePatternConfig(t *testing.T) {
127127
if !errors.Is(err, tc.wantErr) {
128128
t.Fatalf("expected error %v, got %v", tc.wantErr, err)
129129
}
130+
130131
return
131132
}
132133

0 commit comments

Comments
 (0)