Skip to content

Commit 7bc91b7

Browse files
committed
Auto merge of #2139 - Turbo87:test-title, r=locks
tests/mirage/crates: Fix test suite title r? @locks
2 parents 6cafe0d + c558087 commit 7bc91b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mirage/crates-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { module, test } from 'qunit';
44
import setupMirage from '../helpers/setup-mirage';
55
import fetch from 'fetch';
66

7-
module('Mirage | Keywords', function(hooks) {
7+
module('Mirage | Crates', function(hooks) {
88
setupTest(hooks);
99
setupMirage(hooks);
1010

0 commit comments

Comments
 (0)