Skip to content

Commit

Permalink
chore(docs): Update missing @aztec/accounts missing import in testing…
Browse files Browse the repository at this point in the history
….md (#3903)

Missed an update with this
[PR](#3844).

Relevant
[reference](https://docs.aztec.network/apis/accounts/modules/testing).

# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [x] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [x] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).

Co-authored-by: Cat McGee <helloworld@mcgee.cat>
  • Loading branch information
critesjosh and catmcgee authored Jan 11, 2024
1 parent 2ac1b9c commit 755668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/dev_docs/tutorials/writing_dapp/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ import {
Fr,
Note,
computeMessageSecretHash,
createAccount,
createPXEClient,
waitForPXE,
} from "@aztec/aztec.js";
import { createAccount } from '@aztec/accounts/testing';
import { TokenContractArtifact } from "@aztec/noir-contracts/Token";

const {
Expand Down

0 comments on commit 755668a

Please sign in to comment.