Skip to content

Commit

Permalink
changed import statements for testing
Browse files Browse the repository at this point in the history
Signed-off-by: pransh62390 <63577123+pransh62390@users.noreply.github.com>
  • Loading branch information
pransh62390 committed Jan 28, 2025
1 parent 6808309 commit 462979a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/meshmodel/registry/v1beta1/sub_category_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import (
"github.com/layer5io/meshkit/database"
"github.com/layer5io/meshkit/models/meshmodel/entity"
"github.com/layer5io/meshkit/models/meshmodel/registry"
"github.com/meshery/schemas/models/v1beta1/subCategory"
// "github.com/meshery/schemas/models/v1beta1/subCategory"
"github.com/octocamocoder47/schemas/models/v1beta1/subCategory"
"gorm.io/gorm/clause"
)

Expand Down

0 comments on commit 462979a

Please sign in to comment.