Skip to content

Commit 1afbecb

Browse files
anandgupta42claude
andcommitted
fix: add missing fullOutput field to satisfy CommandProcessResult type
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b00c1cd commit 1afbecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dbt-tools/test/build.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe("build command", () => {
4848
test("build surfaces stderr as error", async () => {
4949
const adapter = makeAdapter({
5050
unsafeBuildProjectImmediately: mock(() =>
51-
Promise.resolve({ stdout: "partial output", stderr: "compilation error" }),
51+
Promise.resolve({ stdout: "partial output", stderr: "compilation error", fullOutput: "" }),
5252
),
5353
})
5454
const result = await build(adapter, [])

0 commit comments

Comments
 (0)