From 5302fb84a944e3db98a484966f89934e2b7ff312 Mon Sep 17 00:00:00 2001 From: joshaber Date: Thu, 10 Dec 2015 16:44:51 -0500 Subject: [PATCH] Better test name. --- spec/git-repository-async-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/git-repository-async-spec.js b/spec/git-repository-async-spec.js index 74bf8ef16..8850bd9a7 100644 --- a/spec/git-repository-async-spec.js +++ b/spec/git-repository-async-spec.js @@ -590,7 +590,7 @@ describe('GitRepositoryAsync', () => { repo = GitRepositoryAsync.open(workingDirectory) }) - it('can get the line diff', async () => { + it('returns the old and new lines of the diff', async () => { const {oldStart, newStart, oldLines, newLines} = await repo.getLineDiffs('a.txt', 'hi there') expect(oldStart).toBe(0) expect(oldLines).toBe(0)