Skip to content

Commit d32ae06

Browse files
author
John Simons
committed
Not all asserts are a path
1 parent 66a68fc commit d32ae06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tasks/OctoInstaller/OctoInstallerV5/installer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ describe("OctoInstaller", () => {
108108
});
109109

110110
function assertions(output: string, version: string) {
111-
expect(output).toContain(toPath([version, "OctopusTools."]));
111+
expect(output).toContain(`/${version}/OctopusTools`);
112112
expect(output).toContain(toPath(["octo", version]));
113113
}
114114

0 commit comments

Comments
 (0)