Skip to content

Commit

Permalink
update function name to match
Browse files Browse the repository at this point in the history
  • Loading branch information
devinburnette authored Jun 30, 2016
1 parent 79d4533 commit 9b46323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/arrays-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('arrays', () => {
})
})

describe('accessElementAtArray(array, index)', () => {
describe('accessElementInArray(array, index)', () => {
it('accesses the element in `array` at the given `index`', () => {
expect(accessElementInArray([1, 2, 3], 2)).to.equal(3)
})
Expand Down

0 comments on commit 9b46323

Please sign in to comment.