Skip to content
Snippets Groups Projects
Commit c436ff8c authored by Stanisław Bieniecki's avatar Stanisław Bieniecki Committed by Mark Chance
Browse files

Fix SchemaToStorageFormatImplTest tests

parent 16b487d0
Branches
No related tags found
1 merge request!809Fix mapping boolean values to string
......@@ -26,7 +26,7 @@
"path": "Endian"
},
{
"kind": "bool",
"kind": "boolean",
"path": "LossyCompressionIndicator"
},
{
......
......@@ -26,7 +26,7 @@
"path": "SchemaKind"
},
{
"kind": "bool",
"kind": "boolean",
"path": "IsReferenceValueType"
},
{
......
......@@ -6,11 +6,11 @@
"path": "Components"
},
{
"kind": "bool",
"kind": "boolean",
"path": "IsExtendedLoad"
},
{
"kind": "bool",
"kind": "boolean",
"path": "IsDiscoverable"
},
{
......
......@@ -66,11 +66,11 @@
"path": "formationProjected"
},
{
"kind": "bool",
"kind": "boolean",
"path": "hasAchievedTotalDepth"
},
{
"kind": "bool",
"kind": "boolean",
"path": "isActive"
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment