Skip to content

Commit 2f554f7

Browse files
committed
fix tests
Signed-off-by: Louis Mandel <[email protected]>
1 parent 0548659 commit 2f554f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
model_parser = {
88
"model": "watsonx_text/ibm/granite-20b-code-instruct",
9-
"spec": {"bob": "int", "carol": "int"},
9+
"spec": {"bob": "integer", "carol": "integer"},
1010
"input": {
1111
"text": [
1212
"Write a JSON object with 2 fields 'a' and 'b' of type int and set to 0.",
@@ -33,7 +33,7 @@ def test_model_parser():
3333

3434
model_parser1 = {
3535
"model": "watsonx_text/ibm/granite-34b-code-instruct",
36-
"spec": {"bob": "int", "carol": "int"},
36+
"spec": {"bob": "integer", "carol": "integer"},
3737
"input": {
3838
"text": [
3939
"Write a JSON object with 2 fields 'bob' and 'carol' set to '20' and '30' respectively. Write 30 in letters",

0 commit comments

Comments
 (0)