Skip to content

Commit 3c2af75

Browse files
committed
lint
1 parent 8b6c726 commit 3c2af75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/spec.git-api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ describe('git-api', () => {
211211
return common.post(req, '/discardchanges', { path: testDir, file: testFile });
212212
});
213213

214-
it('modifying a test file should work', () => {
214+
it('modifying a test file should work part deux', () => {
215215
return common.post(req, '/testing/changefile', { file: path.join(testDir, testFile) });
216216
});
217217

@@ -283,7 +283,7 @@ describe('git-api', () => {
283283
return common.post(req, '/testing/createfile', { file: path.join(testDir, testFile3) });
284284
});
285285

286-
it('status should list the new file', () => {
286+
it('status should list the new file once again', () => {
287287
return common.get(req, '/status', { path: testDir }).then((res) => {
288288
expect(Object.keys(res.files).length).to.be(1);
289289
expect(res.files[testFile3]).to.eql({

0 commit comments

Comments
 (0)