From 86fb22e701fe1bb247c2e6c08b7ab60c215a10b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6ckelmann?= Date: Fri, 22 Mar 2024 08:14:19 +0100 Subject: [PATCH] Fix GameModel Import Path in SimpleGamesystem.spec.ts --- e2e/game-model/gamesystems/SimpleGamesystem.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/game-model/gamesystems/SimpleGamesystem.spec.ts b/e2e/game-model/gamesystems/SimpleGamesystem.spec.ts index 12e0d7d..a47f181 100644 --- a/e2e/game-model/gamesystems/SimpleGamesystem.spec.ts +++ b/e2e/game-model/gamesystems/SimpleGamesystem.spec.ts @@ -1,5 +1,5 @@ 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', () => {