Skip to content

Commit 6169962

Browse files
Remove unused variable msg in subagent test
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9c6d4c0 commit 6169962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs/test/e2e/session_fs_sqlite.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe("Session Fs SQLite", async () => {
9595
});
9696

9797
// Ask the agent to use the task tool to spawn a subagent that uses SQL
98-
const msg = await session.sendAndWait({
98+
await session.sendAndWait({
9999
prompt:
100100
'Use the task tool to ask a task agent to do the following: ' +
101101
'Use the sql tool to run this query: INSERT INTO todos (id, title, status) VALUES (\'subagent-test\', \'Created by subagent\', \'done\')',

0 commit comments

Comments
 (0)