diff --git a/VectoCore/VectoCoreTest/Integration/Declaration/HeavyLorry/LorrySimulation.cs b/VectoCore/VectoCoreTest/Integration/Declaration/HeavyLorry/LorrySimulation.cs index bd4446137db239e1770375a1c0356b4b561eee40..6c45472c5aa7e865b71d5a22f3dd0d4e948b19a3 100644 --- a/VectoCore/VectoCoreTest/Integration/Declaration/HeavyLorry/LorrySimulation.cs +++ b/VectoCore/VectoCoreTest/Integration/Declaration/HeavyLorry/LorrySimulation.cs @@ -960,7 +960,7 @@ public class LorrySimulation private int GetResultCount(IDeclarationReport report) { - if (report is XMLDeclarationReport09 rep09) + if (report is XMLDeclarationReport rep09) {