-
Notifications
You must be signed in to change notification settings - Fork 179
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
Update to Cadence v1.0.0-preview.22 #5775
Update to Cadence v1.0.0-preview.22 #5775
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #5775 +/- ##
=======================================================
Coverage 47.09% 47.09%
=======================================================
Files 164 164
Lines 14470 14470
=======================================================
Hits 6814 6814
Misses 7179 7179
Partials 477 477
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
…-v1.0.0-preview.22
…v1.0.0-preview.22
@@ -1171,7 +1171,7 @@ func TestCoreContractUsage(t *testing.T) { | |||
require.Equal(t, expected, actual) | |||
}) | |||
|
|||
t.Run("&NonFungibleToken.Collection => auth(Withdraw, Owner) &{NonFungibleToken.Collection}", func(t *testing.T) { | |||
t.Run("&NonFungibleToken.Collection => auth(Withdraw | Owner) &{NonFungibleToken.Collection}", func(t *testing.T) { |
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.
Shows the new entitlements inference works
Description
Automatically update to: