Skip to content

Commit 1adf278

Browse files
committed
Update test snapshots
1 parent 955b71d commit 1adf278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/scan/cmd-scan-reach.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ describe('socket scan reach', async () => {
496496
const { code, stdout } = await spawnSocketCli(binCliPath, cmd, {
497497
cwd: path.join(fixtureBaseDir, 'nonexistent'),
498498
})
499-
expect(stdout).toMatchInlineSnapshot(`"[DryRun]: Bailing now"`)
499+
expect(stdout).toMatchInlineSnapshot(`""`)
500500
expect(code, 'should exit with code 0').toBe(0)
501501
},
502502
{ timeout: 30_000 },

0 commit comments

Comments
 (0)