Remove test.only
Originally added by I0428fead7a9d1f Change-Id: I663b667b6f05a4458288316517701938df0fb832
This commit is contained in:
parent
a4e95ea164
commit
cf830b86b0
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user