Skip to content

Commit

Permalink
🎨 test suite rename to match API rename
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jul 29, 2019
1 parent aeda3fa commit b02a776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/unit/git/reflog-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('git/reflog', () => {
})
})

describe('getCheckoutsAfterDate', () => {
describe('getBranchCheckouts', () => {
it('returns does not return the branches that were checked out before a specific date', async () => {
await createAndCheckout(repository, 'branch-1')
await createAndCheckout(repository, 'branch-2')
Expand Down

0 comments on commit b02a776

Please sign in to comment.