Skip to content

Commit 542d2bf

Browse files
committed
correct sensitive columns validation function name
1 parent 4d1409c commit 542d2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/testing_validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func ValidateNoEmptyColumns(t *testing.T, tables schema.Tables, messages message
1717
}
1818
}
1919

20-
func ValidateSensitivColumns(t *testing.T, tables schema.Tables) {
20+
func ValidateSensitiveColumns(t *testing.T, tables schema.Tables) {
2121
for _, table := range tables.FlattenTables() {
2222
nonMatchingColumns, nonMatchingJSONColumns := schema.FindNotMatchingSensitiveColumns(table)
2323
if len(nonMatchingColumns) > 0 {

0 commit comments

Comments
 (0)