Skip to content

Commit f2e49dd

Browse files
jsjoeiocode-asher
andauthored
Update test/e2e/terminal.test.ts
Co-authored-by: Asher <[email protected]>
1 parent 6f89d36 commit f2e49dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/terminal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test.describe("Integrated Terminal", () => {
1111
// Create a new context with the saved storage state
1212
// so we don't have to logged in
1313
const options: any = {}
14-
const testFileName = "test.txt"
14+
const testFileName = "pipe"
1515
const testString = "new string test from e2e test"
1616
let codeServer: CodeServer
1717
let tmpFolderPath: string = ""

0 commit comments

Comments
 (0)