-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn on disabled 'forget tx' integration tests for Byron #978
Conversation
"byron-wallets" xit fixtureByronWallet | ||
postByronTxEp listByronTxEp deleteByronTxEp | ||
it "TRANS_DELETE_01 -\ | ||
\ Shelley: Can forget pending transaction" $ \ctx -> do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test for Shelley is the same as before, I just derived
it from the method since it is not reusable for Byron...
expectResponseCode @IO HTTP.status204 rDel | ||
|
||
it "TRANS_DELETE_02 -\ | ||
\ Shelley: Cannot forget tx that is already in ledger" $ \ctx -> do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here - the same as before for Shelley...
bors r+ |
978: Turn on disabled 'forget tx' integration tests for Byron r=piotr-iohk a=piotr-iohk # Issue Number #836 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [ ] I have turned on disabled 'forget tx' integration tests for Byron (they were `pending` because of `fixtureByronWallet` was not working as expected before) # Comments - `pending` tests were assuming that it is possible to make transaction on Byron wallet, so I had to re-worked them a bit to forget transaction that was part of migration. Co-authored-by: Piotr Stachyra <[email protected]>
Build failed |
bors r+ |
978: Turn on disabled 'forget tx' integration tests for Byron r=piotr-iohk a=piotr-iohk # Issue Number #836 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [ ] I have turned on disabled 'forget tx' integration tests for Byron (they were `pending` because of `fixtureByronWallet` was not working as expected before) # Comments - `pending` tests were assuming that it is possible to make transaction on Byron wallet, so I had to re-worked them a bit to forget transaction that was part of migration. Co-authored-by: Piotr Stachyra <[email protected]>
Build succeeded |
Issue Number
#836
Overview
pending
because offixtureByronWallet
was not working as expected before)Comments
pending
tests were assuming that it is possible to make transaction on Byron wallet, so I had to re-worked them a bit to forget transaction that was part of migration.