Skip to content

Commit

Permalink
Fixed some test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-mrzyglod committed Jan 5, 2023
1 parent 5d41384 commit 7c1b4dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arm-estimator-tests/Generic_ARM_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public void Setup()
}

[Test]
[TestCase("templates/acr.json", 75.294300000000007d, 75.294300000000007d)]
[TestCase("templates/acr.json", 75.294000000000011d, 75.294000000000011d)]
[TestCase("templates/alert.json", 13.599999999999998d, 13.599999999999998d)]
[TestCase("templates/analysisservices.json", 14389.759999999998, 14389.759999999998)]
[TestCase("templates/mariadb.json", 19525.8056d, 19525.8056d)]
Expand Down
6 changes: 3 additions & 3 deletions arm-estimator-tests/Generic_Bicep_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ public async Task ResourceEstimation_ShouldBeCalculatedCorrectlyForVirtualMachin
[TestCase("Standard_D2as_v5", 75.920000000000002d)]
[TestCase("Standard_D4as_v5", 151.84d)]
[TestCase("Standard_D8as_v5", 303.68000000000001d)]
[TestCase("Standard_DC2ads_v5", 97.82d)]
[TestCase("Standard_DC4ads_v5", 195.64d)]
[TestCase("Standard_DC8ads_v5", 365.0d)]
[TestCase("Standard_DC2ads_v5", 100.74000000000001d)]
[TestCase("Standard_DC4ads_v5", 200.75000000000003d)]
[TestCase("Standard_DC8ads_v5", 401.50000000000006d)]
[TestCase("Standard_DC2as_v5", 83.219999999999999d)]
[TestCase("Standard_DC4as_v5", 167.17000000000002d)]
[TestCase("Standard_DC8as_v5", 334.34000000000003d)]
Expand Down

0 comments on commit 7c1b4dd

Please sign in to comment.