From 347631f4efd2ed363977efd0aeb8fe97f4defb9a Mon Sep 17 00:00:00 2001 From: Hamid Date: Fri, 8 Dec 2023 09:38:14 +0100 Subject: [PATCH] remove from test json order --- BO4ETestProject/TestJsonOrder.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BO4ETestProject/TestJsonOrder.cs b/BO4ETestProject/TestJsonOrder.cs index 35f8a0d1..a5c91748 100644 --- a/BO4ETestProject/TestJsonOrder.cs +++ b/BO4ETestProject/TestJsonOrder.cs @@ -119,8 +119,7 @@ public void TestJsonOrderAttributesOfBO() typeof(Vertragsteil), typeof(Konfigurationsprodukt), typeof(Zeitraum), - typeof(Zustaendigkeit), - typeof(SteuerbareRessource) + typeof(Zustaendigkeit) }; protected static void TestOrderFromAbstract(Type abstractBaseType)