Skip to content

Commit

Permalink
update test description to be more descriptive then "asdfasdf"
Browse files Browse the repository at this point in the history
(cherry picked from commit 535f74c)
  • Loading branch information
stefanpenner authored and rwjblue committed Aug 14, 2015
1 parent f48ffea commit 9a7dbd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { A as a } from 'ember-runtime/system/native_array';

QUnit.module('Ember.ArrayProxy - content change (length)');

QUnit.test('asdfasdf', function() {
QUnit.test('array proxy + aliasedProperty complex test', function() {
var aCalled, bCalled, cCalled, dCalled, eCalled;

aCalled = bCalled = cCalled = dCalled = eCalled = 0;
Expand Down

0 comments on commit 9a7dbd5

Please sign in to comment.