Skip to content

Commit 620c1c2

Browse files
committed
fix a test
1 parent 8b185a2 commit 620c1c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data_spec/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ mod tests {
10091009
"optional": {
10101010
"type": {
10111011
"name": "Id",
1012-
"id": {}
1012+
"id": {"base": "STRING"}
10131013
}
10141014
}
10151015
}
@@ -1102,7 +1102,7 @@ mod tests {
11021102
"optional": {
11031103
"type": {
11041104
"name": "Id",
1105-
"id": {}
1105+
"id": {"base": "STRING"}
11061106
}
11071107
}
11081108
}

0 commit comments

Comments
 (0)