Skip to content

Commit

Permalink
account links must be private now
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Mar 6, 2023
1 parent ad73680 commit 61f5213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvm/fvm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@ func TestAuthAccountCapabilities(t *testing.T) {
transaction {
prepare(acct: AuthAccount) {
acct.linkAccount(/public/foo)
acct.linkAccount(/private/foo)
}
}
`,
Expand Down

0 comments on commit 61f5213

Please sign in to comment.