Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit df549ba

Browse files
author
Tilde Ann Thurium
authored
fix test description
1 parent 1ef1500 commit df549ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controllers/commit-controller.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('CommitController', function() {
8787
assert.strictEqual(wrapper.find('CommitView').prop('message'), 'some message');
8888
});
8989

90-
it('changing commit message does not cause the repository to update', function() {
90+
it('does not cause the repository to update when commit message changes', function() {
9191
repository.setCommitMessage('some message');
9292
const wrapper = shallow(app, {disableLifecycleMethods: true}).instance();
9393
sinon.spy(wrapper.props.repository.state, 'didUpdate');

0 commit comments

Comments
 (0)