Skip to content

Commit

Permalink
gh-5 skip empty strings when detecting enumerations
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronforshaw committed Nov 19, 2021
1 parent 63132d9 commit 71796fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ class SqlServerDatabaseDataModelImporterProviderServiceTest
Map<String, Map<String, String>> expectedColumns = [
"org_code": ['Enumeration Value Distribution':'{"CODER":2,"CODEX":19,"CODEY":9,"CODEZ":11}'],
"org_type": ['Enumeration Value Distribution':'{"TYPEA":17,"TYPEB":22,"TYPEC":2}'],
"org_char": ['Enumeration Value Distribution':'{"NULL":1,"CHAR1":7,"CHAR2":13,"CHAR3":20}']
"org_char": ['Enumeration Value Distribution':'{"NULL":1," ":1,"CHAR1":7,"CHAR2":13,"CHAR3":19}']
]

expectedColumns.each {columnName, expectedReport ->
Expand Down

0 comments on commit 71796fd

Please sign in to comment.