Browse Source

Fix test typo

pull/3/merge
Luke Childs 7 years ago
parent
commit
f64bf1cb07
  1. 2
      test/index.js

2
test/index.js

@ -15,7 +15,7 @@ test('coin object has expected properties', t => {
t.deepEqual(expectedKeys, actualKeys); t.deepEqual(expectedKeys, actualKeys);
}); });
test('coin.get helper method seaarches symbols', t => { test('coin.get helper method searches symbols', t => {
const expectedBtc = { const expectedBtc = {
id: 'bitcoin', id: 'bitcoin',
symbol: 'BTC', symbol: 'BTC',

Loading…
Cancel
Save