Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Jan 23, 2014
1 parent 0512190 commit e37cd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/rest_transaction_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
tx.should have_key("transaction")
tx["results"].should_not be_empty
existing_tx = @neo.rollback_transaction(tx)
existing_tx.should have_key("transaction")
existing_tx.should_not have_key("transaction")
existing_tx.should have_key("results")
existing_tx["results"].should be_empty
end
Expand Down

0 comments on commit e37cd3d

Please sign in to comment.