From 40b2c0b554f44b6294864c2763860e6b073ae2a8 Mon Sep 17 00:00:00 2001 From: josh crites Date: Tue, 9 Jan 2024 13:17:10 -0500 Subject: [PATCH] Update testing.md --- docs/docs/dev_docs/tutorials/writing_dapp/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/dev_docs/tutorials/writing_dapp/testing.md b/docs/docs/dev_docs/tutorials/writing_dapp/testing.md index 17f144dd6ac0..7178e895b6ef 100644 --- a/docs/docs/dev_docs/tutorials/writing_dapp/testing.md +++ b/docs/docs/dev_docs/tutorials/writing_dapp/testing.md @@ -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 {