Skip to content

Commit d14beb5

Browse files
Fix test
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
1 parent 4e568e7 commit d14beb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/tests/suites/variables.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe(`variables tests`, { concurrent: true }, () => {
6868
expect(connectionVariables.get("&HOST")).toBe(connection.currentHost);
6969
expect(connectionVariables.get("{host}")).toBe(connectionVariables.get("&HOST"));
7070
expect(connectionVariables.get("&HOME")).toBe(config.homeDirectory);
71-
expect(connectionVariables.get("&WORKDIR")).toBe(connectionVariables.get("/home/MYUSER/my-work-dir"));
71+
expect(connectionVariables.get("&WORKDIR")).toBe("/home/MYUSER/my-work-dir");
7272

7373
expect(connectionVariables.get("&CUSTOM")).toBe("value");
7474
expect(connectionVariables.get("&WARCRY")).toBe("Fus Roh Dah!");

0 commit comments

Comments
 (0)