Skip to content

Commit

Permalink
Fix last transaction id
Browse files Browse the repository at this point in the history
  • Loading branch information
lteacher committed Aug 16, 2017
1 parent 18b7cbe commit 3835410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe '--- Integration Tests ---', ->
describe 'GET /accounts/:id/changes', ->
it 'should return the account changes', ->
fx.setAccount id
{changes: {transactions}} = await fx.changes sinceTransactionID: 237
{changes: {transactions}} = await fx.changes sinceTransactionID: 321

expect(_.isEmpty transactions).to.not.be.ok

Expand Down

0 comments on commit 3835410

Please sign in to comment.