Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in indexTest.js, line 17 #8

Closed
MiriamPeskowitz opened this issue Jul 19, 2018 · 1 comment
Closed

typo in indexTest.js, line 17 #8

MiriamPeskowitz opened this issue Jul 19, 2018 · 1 comment

Comments

@MiriamPeskowitz
Copy link

an driver should be a driver
original should be original

it('returns an driver with the orignal key value pairs and the new key value pair', function () {
  expect(updateDriverWithKeyAndValue(driver, 'address', '11 Broadway')).to.eql({
    name: 'Sam',
    address: '11 Broadway'
  });
});
@bruugey
Copy link

bruugey commented Jul 25, 2018

Fixed by commit c4a87e6.

@bruugey bruugey closed this as completed Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@MiriamPeskowitz @bruugey and others