Skip to content

Commit 519ace6

Browse files
committedMar 29, 2020
Fixed a test that failed due to a change in a dependency
1 parent 066122f commit 519ace6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/specs/action/failure.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe("GitHub Action - failure tests", () => {
3838
});
3939

4040
expect(cli).to.have.stderr("");
41-
expect(cli).stdout.to.include("::error::TypeError [ERR_INVALID_URL]: Invalid URL: example.com");
41+
expect(cli).stdout.to.include("::error::TypeError [ERR_INVALID_URL] [ERR_INVALID_URL]: Invalid URL: example.com");
4242
expect(cli).to.have.exitCode(1);
4343

4444
files.assert.doesNotExist("home/.npmrc");

0 commit comments

Comments
 (0)
Failed to load comments.