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"