From 32daca024246f615406f695fbd6ffc9337eafacd Mon Sep 17 00:00:00 2001 From: Darlington02 Date: Fri, 4 Oct 2024 04:17:53 +0100 Subject: [PATCH] chore: resolve conflicts --- tests/test_publication.cairo | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_publication.cairo b/tests/test_publication.cairo index 1d48715..ee13ed6 100644 --- a/tests/test_publication.cairo +++ b/tests/test_publication.cairo @@ -16,9 +16,6 @@ use karst::publication::publication::PublicationComponent::{ }; use karst::mocks::interfaces::IComposable::{IComposableDispatcher, IComposableDispatcherTrait}; use karst::base::constants::types::{PostParams, RepostParams, CommentParams, PublicationType}; - -use karst::mocks::interfaces::IComposable::{IComposableDispatcher, IComposableDispatcherTrait}; -use karst::base::constants::types::{PostParams, RepostParams, CommentParams, PublicationType,}; use karst::interfaces::ICollectNFT::{ICollectNFTDispatcher, ICollectNFTDispatcherTrait}; const HUB_ADDRESS: felt252 = 'HUB';