Skip to content

Commit 54002cf

Browse files
committed
modify test to handle merge from develop
1 parent 019b0ba commit 54002cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/unit/test_json_schema_functions.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,22 @@
3030
"tests/data/expected_jsonschemas/expected.JSONSchemaComponent.schema.json",
3131
{
3232
"Component": ColumnType.STRING,
33+
"Date": ColumnType.STRING,
3334
"Enum": ColumnType.STRING,
3435
"EnumNotRequired": ColumnType.STRING,
36+
"InRange": ColumnType.DOUBLE,
37+
"List": ColumnType.STRING_LIST,
38+
"ListEnum": ColumnType.STRING_LIST,
3539
"ListEnumNotRequired": ColumnType.STRING_LIST,
3640
"ListInRange": ColumnType.STRING_LIST,
3741
"ListNotRequired": ColumnType.STRING_LIST,
3842
"ListString": ColumnType.STRING_LIST,
3943
"NoRules": ColumnType.STRING,
4044
"NoRulesNotRequired": ColumnType.STRING,
45+
"Regex": ColumnType.STRING,
46+
"String": ColumnType.STRING,
4147
"StringNotRequired": ColumnType.STRING,
48+
"URL": ColumnType.STRING,
4249
},
4350
),
4451
(

0 commit comments

Comments
 (0)