diff --git a/workspaces-rs-tests/tests/test_sputnikdao_factory.rs b/workspaces-rs-tests/tests/test_sputnikdao_factory.rs index e01c383f..2db725aa 100644 --- a/workspaces-rs-tests/tests/test_sputnikdao_factory.rs +++ b/workspaces-rs-tests/tests/test_sputnikdao_factory.rs @@ -3,10 +3,10 @@ use near_units::{parse_gas, parse_near}; use sputnikdao2::{Config, VersionedPolicy}; use std::str::FromStr; extern crate near_workspaces as workspaces; + use workspaces::types::{KeyType, SecretKey}; use workspaces::AccountId; -use workspaces::types::{KeyType, SecretKey}; -use workspaces::AccountId; + //-----------------------------------------------------------------------------