Skip to content

Commit 5e1775c

Browse files
authored
Update title condition in CHECK JsonCheck
1 parent 54b1432 commit 5e1775c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Give me the most expensive product info as a JSON like this:
9393
### CHECK JsonCheck
9494
{
9595
"id": ["NotEmpty"],
96-
"title": ["Surface Studio 2"],
96+
"title": ["Equal", "Surface Studio 2"],
9797
"price": ["Equal", 3000],
9898
"description": ["SemanticCondition", "It mentions the quality of the laptop."]
9999
}

0 commit comments

Comments
 (0)