solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
84 stars 101 forks source link

Update full-stack-solana-development.md #180

Closed wzrdx closed 2 months ago

wzrdx commented 2 months ago

Problem

A code snippet for the test file was missing two function calls which caused errors when running the tests.

Summary of Changes

Added the missing function calls.

Fixes #

.accounts({ counter: counterPDA, })