Skip to content

Commit 0be28eb

Browse files
committed
Fix typo in query param test description
1 parent 82b123c commit 0be28eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember/tests/routing/query_params_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3080,7 +3080,7 @@ QUnit.test('warn user that routes query params configuration must be an Object,
30803080
}, 'You passed in `[{"commitBy":{"replace":true}}]` as the value for `queryParams` but `queryParams` cannot be an Array');
30813081
});
30823082

3083-
QUnit.test('handle routes names that class with Object.prototype properties', function() {
3083+
QUnit.test('handle routes names that clash with Object.prototype properties', function() {
30843084
expect(1);
30853085

30863086
Router.map(function() {

0 commit comments

Comments
 (0)