Skip to content
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

Fix CI #753

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Fix CI #753

merged 2 commits into from
Sep 9, 2024

Conversation

alexandrosfilios
Copy link
Contributor

No description provided.

@@ -286,7 +287,7 @@ func TestAll(network *integration.Infrastructure, auditorId string, onAuditorRes
Eventually(DoesWalletExist).WithArguments(network, issuer, "pineapple", views.IssuerWallet).WithTimeout(1 * time.Minute).WithPolling(15 * time.Second).Should(Equal(false))
Eventually(DoesWalletExist).WithArguments(network, alice, "", views.OwnerWallet).WithTimeout(1 * time.Minute).WithPolling(15 * time.Second).Should(Equal(true))
Eventually(DoesWalletExist).WithArguments(network, alice, "mango", views.OwnerWallet).WithTimeout(1 * time.Minute).WithPolling(15 * time.Second).Should(Equal(false))
IssueCash(network, "", "USD", 110, alice, auditor, true, issuer)
IssueSuccessfulCash(network, "", "USD", 110, alice, auditor, true, issuer, endorsers...)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why only here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also the other ones are successful, but only here there was a problem. We could do it everywhere

Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
@alexandrosfilios alexandrosfilios merged commit 56a8126 into main Sep 9, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants