From bd54748b8340387b95884287c1df5f6a24fd0ec5 Mon Sep 17 00:00:00 2001 From: alenmestrov Date: Sun, 1 Dec 2024 18:38:56 +0100 Subject: [PATCH] fix: lint --- contracts/icp/context-config/tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/icp/context-config/tests/integration.rs b/contracts/icp/context-config/tests/integration.rs index 00fb0d91c..d85fb79bb 100644 --- a/contracts/icp/context-config/tests/integration.rs +++ b/contracts/icp/context-config/tests/integration.rs @@ -1,11 +1,11 @@ use std::time::{Duration, SystemTime, UNIX_EPOCH}; +use calimero_context_config::repr::ReprBytes; use candid::Principal; use context_contract::types::{ ContextRequest, ContextRequestKind, ICApplication, ICApplicationId, ICBlobId, ICCapability, ICContextId, ICContextIdentity, ICPSigned, ICSignerId, Request, RequestKind, }; -use calimero_context_config::repr::ReprBytes; use ed25519_dalek::{Signer, SigningKey}; use pocket_ic::{PocketIc, WasmResult}; use rand::Rng;