Skip to content

Commit 4ee0fcc

Browse files
authored
fix e2e_sandbox_example.test.ts
1 parent 4738110 commit 4ee0fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/sandbox-tutorial/src/e2e_sandbox_example.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('e2e_sandbox_example', () => {
4040
expect(typeof nodeInfo.l1ContractAddresses.rollupAddress).toBe('object');
4141

4242
// For the sandbox quickstart we just want to show them preloaded accounts (since it is a quickstart)
43-
// We show creation of accounts in a later test
43+
// We show the creation of accounts in a later test
4444

4545
// docs:start:load_accounts
4646
////////////// LOAD SOME ACCOUNTS FROM THE SANDBOX //////////////

0 commit comments

Comments
 (0)