Update to Cadence v1.3.0#6779
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
|
Unrelated tests are failing:
Can you PTAL at 1. @durkmurder @jordanschalm @AlexHentschel, and 2. @peterargue 🙏 Could be caused by the version bump of the test assertion library, github.com/stretchr/testify from v1.9.0 to v1.10.0, specifically stretchr/testify#1661 / stretchr/testify#1664 |
NotSame checks pointer inequality; the input was not a pointer. This caused a failure once testify was updated to explicitly catch and throw an error in this case.
|
@turbolent Pushed 662fc0d to address (1). Thanks for linking the testify changes 🙇. |
fxamacker
left a comment
There was a problem hiding this comment.
Nice! Thanks @turbolent for updating to Cadence v1.3.0! 🎉
|
@onflow/flow-access Could you please take another look at the failing AN test? |
|
@onflow/flow-cadence-execution I just merged flow-go master into #6779 and am seeing a couple new unit test failures for
Can someone familiar with these please take a look? |
|
I have noticed I cannot reproduce the failure with |
Description
Automatically update to:
Required for #6761