Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristjan Nielsen committed Nov 2, 2023
1 parent 8a756a6 commit 3012ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GsaGHTests/3_Components/ComponentsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class ComponentsTests {
[InlineData(typeof(AnalyseModel), 1)]
[InlineData(typeof(CreateAnalysisTask), 1)]
//Results
[InlineData(typeof(BeamDisplacements), 1)]
[InlineData(typeof(BeamDisplacements), 2)]
[InlineData(typeof(BeamForcesAndMoments), 2)]
[InlineData(typeof(BeamStrainEnergyDensity), 1)]
[InlineData(typeof(Contour1dResults), 2)]
Expand Down Expand Up @@ -116,7 +116,7 @@ public void WhenInitialiseDropdowns_ThenDropDownItems_ShouldBeNull(Type t) {
[InlineData(typeof(AnalyseModel), "m", "ft")]
[InlineData(typeof(CreateAnalysisTask), "Static", "Static")]
//Results
[InlineData(typeof(BeamDisplacements), "mm", "ft")]
[InlineData(typeof(BeamDisplacements), "All", "Min |R|")]
[InlineData(typeof(BeamForcesAndMoments), "kN", "tf")]
[InlineData(typeof(BeamStrainEnergyDensity), "MJ", "BTU")]
[InlineData(typeof(Contour1dResults), "Displacement", "Footfall")]
Expand Down

0 comments on commit 3012ad7

Please sign in to comment.