Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit ba8f68f

Browse files
f-alizadaFarhad Alizada
andauthored
Fix output directory of policy fragment test (#845)
Co-authored-by: Farhad Alizada <falizada@microsoft.com>
1 parent 6726ce7 commit ba8f68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ArmTemplates.Tests/Extractor/Scenarios/PolicyFragmentsExtractorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public async Task GeneratePolicyFragmentTemplates_GeneratesPolicyFragmentTemplat
154154
public async Task GeneratePolicyFragmentTemplates_GeneratesPolicyFragmentTemplateForSingleApi_GivenDifferentPolicyFragmentIdCases()
155155
{
156156
// arrange
157-
var currentTestDirectory = Path.Combine(this.OutputDirectory, nameof(GeneratePolicyFragmentTemplates_GeneratesPolicyFragmentTemplateForSingleApi));
157+
var currentTestDirectory = Path.Combine(this.OutputDirectory, nameof(GeneratePolicyFragmentTemplates_GeneratesPolicyFragmentTemplateForSingleApi_GivenDifferentPolicyFragmentIdCases));
158158

159159
var extractorConfig = this.GetDefaultExtractorConsoleAppConfiguration(
160160
apiName: "api");

0 commit comments

Comments
 (0)