From e7bf8b079dd446e143706bd96dda9366424c8a77 Mon Sep 17 00:00:00 2001 From: georgehao Date: Mon, 21 Aug 2023 17:57:11 +0800 Subject: [PATCH] feat: update --- coordinator/internal/orm/orm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coordinator/internal/orm/orm_test.go b/coordinator/internal/orm/orm_test.go index 412dd41e4..a89182168 100644 --- a/coordinator/internal/orm/orm_test.go +++ b/coordinator/internal/orm/orm_test.go @@ -2,10 +2,10 @@ package orm import ( "context" - "github.com/google/uuid" "math/big" "testing" + "github.com/google/uuid" "github.com/shopspring/decimal" "github.com/stretchr/testify/assert" "gorm.io/gorm"