Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Feb 19, 2024
1 parent b40fc41 commit 8f37a29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/openai/test_simple_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def test_response_simple_types(aclient):
messages=[
{
"role": "user",
"content": "Product a Random but correct response given the desired output",
"content": "Produce a Random but correct response given the desired output",
},
],
)
Expand All @@ -34,7 +34,7 @@ async def test_annotate(aclient):
messages=[
{
"role": "user",
"content": "Product a Random but correct response given the desired output",
"content": "Produce a Random but correct response given the desired output",
},
],
)
Expand All @@ -50,7 +50,7 @@ def test_literal(client):
messages=[
{
"role": "user",
"content": "Product a Random but correct response given the desired output",
"content": "Produce a Random but correct response given the desired output",
},
],
)
Expand All @@ -66,7 +66,7 @@ def test_union(client):
messages=[
{
"role": "user",
"content": "Product a Random but correct response given the desired output",
"content": "Produce a Random but correct response given the desired output",
},
],
)
Expand All @@ -87,7 +87,7 @@ class Options(enum.Enum):
messages=[
{
"role": "user",
"content": "Product a Random but correct response given the desired output",
"content": "Produce a Random but correct response given the desired output",
},
],
)
Expand All @@ -103,7 +103,7 @@ def test_bool(client):
messages=[
{
"role": "user",
"content": "Product a Random but correct response given the desired output",
"content": "Produce a Random but correct response given the desired output",
},
],
)
Expand Down

0 comments on commit 8f37a29

Please sign in to comment.