Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
au-re committed Nov 20, 2023
1 parent f1ca3f5 commit c0c34e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@pufflig/ps-nodes/src/data/prompt/prompt.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test("getInputDefinition - no variables", () => {
[
{
"defaultValue": "summarize {{longText}}",
"description": "Prompt Template to fill in",
"description": "Template with variables",
"id": "template",
"name": "Template",
"type": "text",
Expand All @@ -69,7 +69,7 @@ test("getInputDefinition - if you pass a template and a variable, take value of
[
{
"defaultValue": "summarize {{longText}}",
"description": "Prompt Template to fill in",
"description": "Template with variables",
"id": "template",
"name": "Template",
"type": "text",
Expand All @@ -94,7 +94,7 @@ test("getInputDefinition - ignores non existing variables", () => {
[
{
"defaultValue": "summarize {{longText}}",
"description": "Prompt Template to fill in",
"description": "Template with variables",
"id": "template",
"name": "Template",
"type": "text",
Expand Down

0 comments on commit c0c34e3

Please sign in to comment.