Fix GameModel Import Path in SimpleGamesystem.spec.ts
Some checks failed
E2E Testing / test (push) Failing after 1m39s

This commit is contained in:
Sebastian Böckelmann 2024-03-22 08:14:19 +01:00
parent 75815578dc
commit 86fb22e701

View File

@ -1,5 +1,5 @@
import { test, expect } from '@playwright/test'; import { test, expect } from '@playwright/test';
import {SimpleGamesystem} from "../../../src/app/game-model/gamesystems/SimpleGamesystem"; import {SimpleGamesystem} from "../../../src/app/project/game-model/gamesystems/SimpleGamesystem";
test.describe('Test SimpleGamesystem', () => { test.describe('Test SimpleGamesystem', () => {