fix: PR issues fixed
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
shahdlala66
2026-03-30 21:48:04 +02:00
parent ab96aee3ea
commit 75f2363517
8 changed files with 0 additions and 8 deletions
@@ -218,4 +218,3 @@ class GameEngine extends Observable:
"Illegal move."
))
end GameEngine
@@ -214,4 +214,3 @@ class CommandInvokerBranchTest extends AnyFunSuite with Matchers:
invoker.execute(cmd3) // While loop condition should be false, no iterations
invoker.history.size shouldBe 3
end CommandInvokerBranchTest
@@ -121,4 +121,3 @@ class CommandInvokerTest extends AnyFunSuite with Matchers:
invoker.history(1) shouldBe cmd3
invoker.getCurrentIndex shouldBe 1
end CommandInvokerTest
@@ -50,4 +50,3 @@ class CommandTest extends AnyFunSuite with Matchers:
val cmd = ResetCommand()
cmd.description shouldBe "Reset board"
end CommandTest
@@ -275,4 +275,3 @@ class GameEngineTest extends AnyFunSuite with Matchers:
override def onGameEvent(event: GameEvent): Unit =
events += event
end GameEngineTest