Skip to content

Commit f15771c

Browse files
committed
fix
1 parent b185a9f commit f15771c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ember_debug_test_app/ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function (defaults) {
1818
'ember_debug.js',
1919
'background.js',
2020
'content-script.js',
21-
'panes-*/**/*',
21+
'panes-3-16-0',
2222
],
2323
}),
2424
},

ember_debug_test_app/tests/integration/injection-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class ChromeApi {
134134
if (url.startsWith('/')) {
135135
url = url.slice(1);
136136
}
137-
return '/testing/' + url;
137+
return '/' + url;
138138
},
139139
connect() {
140140
const other = self.connectToOther;

0 commit comments

Comments
 (0)