Skip to content

Commit

Permalink
Revert spec change
Browse files Browse the repository at this point in the history
  • Loading branch information
p3drosola authored Apr 13, 2017
1 parent 096ea0f commit 1e580fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/Collection.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe('Collection', () => {
it('nullifies the request', async () => {
await collection.create(newItem)
expect(collection.models.length).toBe(2)
expect(collection.request).toBe(null)
expect(collection.at(1).request).toBe(null)
})

it('clears the error', async () => {
Expand Down

0 comments on commit 1e580fa

Please sign in to comment.