Skip to content

Commit

Permalink
fixing typo in the failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
polatengin committed Dec 11, 2024
1 parent 4147740 commit 77aa247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bicep.Core.IntegrationTests/ParametersTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ public void Using_variables_objects_arrays_in_base_parameters_file_should_succee
""contentVersion"": ""1.0.0.0"",
""parameters"": {
""foo"": {
""value"": ""bar""
""value"": ""foo""
},
""bar"": {
""value"": {
Expand Down

0 comments on commit 77aa247

Please sign in to comment.