Skip to content

Commit

Permalink
Fixes test name
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrofelnik committed Apr 10, 2024
1 parent 7a0870a commit a6bfaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tasks/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ task("e2e", "Runs all e2e tests")
"Who is the president of USA?",
hre,
)
testResults["gemma-7b-it mixtral-8x7b-32768"] = result.error || "✅";
testResults["Groq gemma-7b-it"] = result.error || "✅";
result = await runTaskWithTimeout(
"image_generation",
{
Expand Down

0 comments on commit a6bfaf2

Please sign in to comment.