Skip to content

Commit f9af254

Browse files
committed
update test case name
1 parent de0c1c5 commit f9af254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langchain/src/experimental/autogpt/tests/prompt_generator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class FakeBrowserTool extends StructuredTool {
2727
}
2828
}
2929

30-
test("prompt with 3 tool", () => {
30+
test("prompt with several tools", () => {
3131
const store = new InMemoryFileStore();
3232
const tools = [
3333
new FakeBrowserTool(),

0 commit comments

Comments
 (0)