Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 6fc045b1 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

correcting typo in testcase

parent cf32ea9a
No related branches found
No related tags found
No related merge requests found
......@@ -494,7 +494,7 @@ namespace TUGraz.VectoCore.Tests.InputData.RunDataFactory
public void HEV_P2_CompletedBus(bool checkCompletedBusAdapters = false)
{
var input = new Mock<IMultistageVIFInputData>()
.HEV(ArchitectureID.S2)
.HEV(ArchitectureID.P2)
.CompletedBus();
var fact = CreateRunDataFactory(input, typeof(DeclarationModeCompletedBusRunDataFactory.HEV_P2));
if (checkCompletedBusAdapters)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment