Skip to content

Commit a24195c

Browse files
committed
make check merge conflict fixes
1 parent 5237ab4 commit a24195c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

internal/api/handlers/v0/edit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ func TestEditServerEndpoint(t *testing.T) {
273273
},
274274
},
275275
setupMocks: func(registry *MockRegistryService) {
276-
currentServer := &model.ServerResponse{
276+
currentServer := &apiv0.ServerRecord{
277277
Server: model.ServerJSON{
278278
Name: "io.github.domdomegg/test-server",
279279
Description: "Original server",

internal/service/fake_service.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ import (
66

77
"github.com/google/uuid"
88
"github.com/modelcontextprotocol/registry/internal/database"
9-
<<<<<<< HEAD
10-
"github.com/modelcontextprotocol/registry/internal/model"
11-
"github.com/modelcontextprotocol/registry/internal/validators"
12-
=======
139
"github.com/modelcontextprotocol/registry/internal/validators"
1410
apiv0 "github.com/modelcontextprotocol/registry/pkg/api/v0"
1511
"github.com/modelcontextprotocol/registry/pkg/model"
16-
>>>>>>> main
1712
)
1813

1914
// fakeRegistryService implements RegistryService interface with an in-memory database

0 commit comments

Comments
 (0)