Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Fix quick-start example (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh authored Jul 29, 2022
1 parent 9ac7a8d commit 445d390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl Contract {
#[cfg(test)]
mod test {
use super::{Contract, hello};
use soroban_sdk::{vec, Env, FixedBinary};
use soroban_sdk::{vec, Env, FixedBinary, Symbol};

#[test]
fn test() {
Expand Down

0 comments on commit 445d390

Please sign in to comment.