From 19f0751dc038e56c1dee4c957915391b941664ea Mon Sep 17 00:00:00 2001 From: SleepNoMore <95906578+nninkovicSQA@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:10:24 +0200 Subject: [PATCH] Adopting near_workspaces --- workspaces-rs-tests/tests/test_sputnikdao_factory.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; + //-----------------------------------------------------------------------------