fix: changed the incorrectly specified address #44
fix: changed the incorrectly specified address #44sporicle merged 2 commits intomagicblock-labs:mainfrom
Conversation
WalkthroughConfiguration file update changing a validator account address and adding an end-of-file newline in a test anchor configuration file. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Tip 🧪 Unit Test Generation v2 is now available!We have significantly improved our unit test generation capabilities. To enable: Add this to your reviews:
finishing_touches:
unit_tests:
enabled: trueTry it out by using the Have feedback? Share your thoughts on our Discord thread! Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@sporicle Hello! Can you check my PR? |
Description
The
Anchor.tomlfile originally specified two identical addresses (GKE6d7iv8kCBrsxr78W3xVdjGLLLJnxsGiuzrsZCGEvb) fortests/fixtures/oracles.jsonand fortests/fixtures/oracle_queue.json, which was an error.I then checked these links and found that:
tests/fixtures/oracle_queue.jsondoes indeed contain the correct address:GKE6d7iv8kCBrsxr78W3xVdjGLLLJnxsGiuzrsZCGEvbtests/fixtures/oracles.jsonspecified a different address:3ctxDejjAY6YGt7rNUUGaKTwvaTaRvwSwRo2fJQqcqWAI then made the appropriate change.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.