Skip to content

Commit b537b6c

Browse files
authored
fix tests (#8)
1 parent 2fd3398 commit b537b6c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
branches:
9+
- main
710

811
jobs:
912
test-and-coveralls:

test/mcp-server.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, it, expect } from "vitest";
22
import { connect, close } from "mcp-testing-kit";
3-
import { MCPServer } from "../src/mcp-server";
3+
import { MCPServer } from "../src/servers/mcp-server";
44

55
describe("MCP Server", () => {
66
it("should be able to send a message to the server", async () => {

0 commit comments

Comments
 (0)