Skip to content

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 8af8837 commit 7ffc153
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 7ffc153

Please sign in to comment.