Skip to content

Commit

Permalink
Not all asserts are a path
Browse files Browse the repository at this point in the history
  • Loading branch information
John Simons committed Mar 28, 2022
1 parent 66a68fc commit d32ae06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe("OctoInstaller", () => {
});

function assertions(output: string, version: string) {
expect(output).toContain(toPath([version, "OctopusTools."]));
expect(output).toContain(`/${version}/OctopusTools`);
expect(output).toContain(toPath(["octo", version]));
}

Expand Down

0 comments on commit d32ae06

Please sign in to comment.