From c8ba6e3c3acb7d2e5f6ce0246c161818e550d990 Mon Sep 17 00:00:00 2001 From: aikoschurmann Date: Sat, 19 Sep 2026 19:29:55 +0200 Subject: [PATCH] Fix trailing comma syntax error in TopSortTests --- code/shared/src/test/scala/maf/test/util/TopSortTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/shared/src/test/scala/maf/test/util/TopSortTests.scala b/code/shared/src/test/scala/maf/test/util/TopSortTests.scala index e9fe17d88..6488cbeae 100644 --- a/code/shared/src/test/scala/maf/test/util/TopSortTests.scala +++ b/code/shared/src/test/scala/maf/test/util/TopSortTests.scala @@ -27,7 +27,7 @@ class TopSortTests extends AnyPropSpec: "6" -> Set("3") ) ) { - List("5", "0", "6", "1", "2", "3", "4"), + List("5", "0", "6", "1", "2", "3", "4") } testTopSort(2,