Skip to content

Commit

Permalink
typo in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sadasant committed Mar 14, 2017
1 parent 7773611 commit ab6b15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/algebras.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('Algebras', () => {
})
})

it('flowWhile', () => {
it('foldWhile simple test', () => {
const target = {
N1: [ {
N2: [ { N21: [ 210 ], N22: [ 220 ] } ],
Expand All @@ -156,7 +156,7 @@ describe('Algebras', () => {
expect(pairKeys).to.deep.equal([ 2, 22, 4, 42 ])
})

it('flowWhile nested objects', () => {
it('foldWhile nested objects', () => {
const target = {
something: {
mostly_empty: {}
Expand All @@ -177,7 +177,7 @@ describe('Algebras', () => {
}])
})

it('flowWhile nested objects, ignoring fields', () => {
it('foldWhile nested objects, ignoring fields', () => {
const target = {
something: {
mostly_empty: {}
Expand Down

0 comments on commit ab6b15d

Please sign in to comment.