Skip to content

Commit eeae38e

Browse files
committed
Merge pull request #11884 from balinterdi/fix-typo-in-query-param-test-description
Fix typo in query param test description
2 parents e09c61a + 0be28eb commit eeae38e

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)