-
Notifications
You must be signed in to change notification settings - Fork 19
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 some warnings #1274
Fix some warnings #1274
Conversation
Hello @mplorentz |
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.
Hi @RomanPodymov, thanks so much for the contribution. I'm sorry it's take so long to get back to you, we aren't working much on Planetary anymore.
I think you can ignore the test failures for these tests:
FeedStrategyTests.testPostsAlgorithm()
FeedStrategyTests.testPostsAndContactsAlgorithm()
FeedStrategyTests.testRecentlyActivePostsAndContactsAlgorithm()
They are also failing on main
. However I am worried about this failing test:
AppConfigurationTests.test_archiving()
As that one has not failed on main
, and I suspect it may be related to the changes to AppConfiguration+Data.swift
. If you could take a look into that I would appreciate it. Otherwise I will look into it when I get time.
Hello @mplorentz |
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.
Thank you for the contribution @RomanPodymov!
Hello.
Thank you for planetary-ios.
Fix some warnings.