Skip to content

Commit d99c8cd

Browse files
authored
tests/acceptance/support-test: Fix QUnit warning (#10122)
1 parent 74cddcc commit d99c8cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/acceptance/support-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module('Acceptance | support', function (hooks) {
4545
);
4646
});
4747

48-
module('reporting a crate from support page', function () {
48+
module('reporting a crate from support page', function (hooks) {
4949
setupWindowMock(hooks);
5050

5151
async function prepare(context, assert) {
@@ -191,7 +191,7 @@ test detail
191191
});
192192
});
193193

194-
module('reporting a crate from crate page', function () {
194+
module('reporting a crate from crate page', function (hooks) {
195195
setupWindowMock(hooks);
196196

197197
async function prepare(context, assert) {

0 commit comments

Comments
 (0)