Remove test.only

Originally added by I0428fead7a9d1f

Change-Id: I663b667b6f05a4458288316517701938df0fb832
This commit is contained in:
Wyatt Allen 2017-08-18 22:28:42 +00:00
parent a4e95ea164
commit cf830b86b0

View File

@ -746,7 +746,7 @@ limitations under the License.
});
});
test.only('addDraftAtLine on an edit', done => {
test('addDraftAtLine on an edit', done => {
element.patchRange.basePatchNum = element.EDIT_NAME;
sandbox.stub(element, '_selectLine');
sandbox.stub(element, '_createComment');