Skip to content

Commit

Permalink
Clarify test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfrench committed May 5, 2016
1 parent f9e040e commit 1896a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/editor/card-lifecycle-test.js
Expand Up @@ -620,7 +620,7 @@ test('didRender hook is called when moving from display->edit and back', (assert
editor.render(editorElement);

assert.equal(currentMode, 'display', 'precond - display mode');
assert.ok(rendered, 'render called on instantiation');
assert.ok(rendered, 'didRender called on instantiation');

editHook();

Expand Down

0 comments on commit 1896a8b

Please sign in to comment.