Skip to content

Commit 00cdaf6

Browse files
committed
resolve comments
1 parent 3dc9a50 commit 00cdaf6

File tree

3 files changed

+147
-190
lines changed

3 files changed

+147
-190
lines changed

dev-packages/node-integration-tests/suites/tracing/langchain/scenario.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async function run() {
9797

9898
try {
9999
await errorModel.invoke('This will fail');
100-
} catch (error) {
100+
} catch {
101101
// Expected error
102102
}
103103
});

0 commit comments

Comments
 (0)