We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1409c commit 374af53Copy full SHA for 374af53
1 file changed
plugin/testing_validation.go
@@ -17,7 +17,7 @@ func ValidateNoEmptyColumns(t *testing.T, tables schema.Tables, messages message
17
}
18
19
20
-func ValidateSensitivColumns(t *testing.T, tables schema.Tables) {
+func ValidateSensitiveColumns(t *testing.T, tables schema.Tables) {
21
for _, table := range tables.FlattenTables() {
22
nonMatchingColumns, nonMatchingJSONColumns := schema.FindNotMatchingSensitiveColumns(table)
23
if len(nonMatchingColumns) > 0 {
0 commit comments