Skip to content

Commit

Permalink
fix: go installation (#1423)
Browse files Browse the repository at this point in the history
* fix: Issue `go install` exits invalid character '\'', this commit rename the data type classification file contained single quotation marks "Mother's Maiden Name".

* fix: update snapshots

---------

Co-authored-by: h4r7w3l1 <36492399+h4r7w3l1@users.noreply.github.com>
  • Loading branch information
cfabianski and h4r7w3l1 committed Dec 6, 2023
1 parent f6688c9 commit 63a708f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions internal/classification/schema/.snapshots/TestJavascript
Original file line number Diff line number Diff line change
Expand Up @@ -1729,8 +1729,8 @@
(string) (len=17) "MothersMaidenName": (testhelper.ClassificationResult) {
Name: (string) (len=17) "MothersMaidenName",
Decision: (classify.ClassificationDecision) {
State: (classify.ValidationState) (len=7) "invalid",
Reason: (string) (len=16) "invalid_property"
State: (classify.ValidationState) (len=5) "valid",
Reason: (string) (len=21) "valid_unknown_pattern"
},
Properties: (map[string]testhelper.ClassificationResult) <nil>
},
Expand Down
4 changes: 2 additions & 2 deletions internal/classification/schema/.snapshots/TestJavascriptKPI
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(testhelper.KPI) {
DetectionsCount: (int) 445,
ValidDetectionsCount: (int) 122,
ValidDetectionsCount: (int) 123,
ValidObjectDetectionsCount: (int) 38,
ValidFieldDetectionsCount: (int) 84,
ValidFieldDetectionsCount: (int) 85,
ExpectedValidDetectionsCount: (int) 135,
ExpectedValidObjectDetectionsCount: (int) 46,
ExpectedValidFieldDetectionsCount: (int) 89,
Expand Down
4 changes: 2 additions & 2 deletions internal/classification/schema/.snapshots/TestPHP
Original file line number Diff line number Diff line change
Expand Up @@ -1392,8 +1392,8 @@
(string) (len=16) "mothermaidenname": (testhelper.ClassificationResult) {
Name: (string) (len=16) "mothermaidenname",
Decision: (classify.ClassificationDecision) {
State: (classify.ValidationState) (len=7) "invalid",
Reason: (string) (len=16) "invalid_property"
State: (classify.ValidationState) (len=5) "valid",
Reason: (string) (len=21) "valid_unknown_pattern"
},
Properties: (map[string]testhelper.ClassificationResult) <nil>
},
Expand Down
4 changes: 2 additions & 2 deletions internal/classification/schema/.snapshots/TestPHPKPI
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(testhelper.KPI) {
DetectionsCount: (int) 353,
ValidDetectionsCount: (int) 119,
ValidDetectionsCount: (int) 120,
ValidObjectDetectionsCount: (int) 27,
ValidFieldDetectionsCount: (int) 92,
ValidFieldDetectionsCount: (int) 93,
ExpectedValidDetectionsCount: (int) 143,
ExpectedValidObjectDetectionsCount: (int) 33,
ExpectedValidFieldDetectionsCount: (int) 110,
Expand Down

0 comments on commit 63a708f

Please sign in to comment.