From 7e25f907fb3cb2963763fab4fc1d77dd93391491 Mon Sep 17 00:00:00 2001 From: Youngteac Hong Date: Fri, 7 Jun 2024 11:54:34 +0900 Subject: [PATCH] Revise codes --- test/integration/tree_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/tree_test.go b/test/integration/tree_test.go index ec63e264f..54e1067c0 100644 --- a/test/integration/tree_test.go +++ b/test/integration/tree_test.go @@ -20,13 +20,13 @@ package integration import ( "context" - "github.com/yorkie-team/yorkie/api/converter" - "github.com/yorkie-team/yorkie/pkg/document/crdt" "testing" "github.com/stretchr/testify/assert" + "github.com/yorkie-team/yorkie/api/converter" "github.com/yorkie-team/yorkie/pkg/document" + "github.com/yorkie-team/yorkie/pkg/document/crdt" "github.com/yorkie-team/yorkie/pkg/document/json" "github.com/yorkie-team/yorkie/pkg/document/presence" "github.com/yorkie-team/yorkie/pkg/index"