mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
remove IPassioSystem entity
This commit is contained in:
@@ -6,14 +6,14 @@ import {
|
||||
addMockShuttleToRepository,
|
||||
addMockStopToRepository,
|
||||
} from "../testHelpers/repositorySetupHelpers";
|
||||
import { IPassioSystem } from "../../src/entities/ShuttleRepositoryEntities";
|
||||
import assert = require("node:assert");
|
||||
import { InterchangeSystem } from "../../src/entities/InterchangeSystem";
|
||||
|
||||
describe("SystemResolvers", () => {
|
||||
const holder = setupTestServerHolder();
|
||||
const context = setupTestServerContext();
|
||||
|
||||
let mockSystem: IPassioSystem;
|
||||
let mockSystem: InterchangeSystem;
|
||||
|
||||
beforeEach(async () => {
|
||||
mockSystem = context.systems[0];
|
||||
|
||||
Reference in New Issue
Block a user