Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit e6de685

Browse files
committed
Update from rebase
1 parent a1ae484 commit e6de685

File tree

2 files changed

+439
-93
lines changed

2 files changed

+439
-93
lines changed

devtools/client/webconsole/new-console-output/test/components/console-api-call.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe("ConsoleAPICall component:", () => {
8181
it("renders", () => {
8282
const message = stubs.get("console.trace()");
8383
const wrapper = render(ConsoleApiCall(Object.assign({}, props, { message, open: true })));
84-
const filepath = `${tempfilePath}?key=console.trace()`;
84+
const filepath = `${tempfilePath}`;
8585

8686
expect(wrapper.find(".message-body").text()).toBe("console.trace()");
8787

0 commit comments

Comments
 (0)