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: test failing because of moved import #282

Merged

Conversation

TimoGlastra
Copy link
Contributor

This should fix the failing CI.

The CI jobs are now required so it won't be possible to get bad commits into main

The problem was because I moved toBeConnected with to setup so each test file doesn't have to do it anymore. However this caused (i think?) some cyclic dependencies

Signed-off-by: Timo Glastra <timo@animo.id>
@TimoGlastra TimoGlastra requested a review from a team as a code owner May 19, 2021 17:11
@TimoGlastra TimoGlastra enabled auto-merge (squash) May 19, 2021 17:17
@codecov-commenter
Copy link

Codecov Report

Merging #282 (a768bf4) into main (515395d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #282   +/-   ##
=======================================
  Coverage   88.76%   88.76%           
=======================================
  Files         216      216           
  Lines        3899     3899           
  Branches      438      438           
=======================================
  Hits         3461     3461           
  Misses        438      438           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 515395d...a768bf4. Read the comment docs.

@TimoGlastra TimoGlastra merged commit e5efce0 into openwallet-foundation:main May 19, 2021
@TimoGlastra TimoGlastra deleted the fix/test-failing branch October 2, 2021 21:07
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.

3 participants