Skip to content

Commit

Permalink
fix sort of map output
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Jun 10, 2023
1 parent 29eadea commit a9e0e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arm/outputs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func Test_parseOutputs(t *testing.T) {
{"empty", args{empty, funcMap, "test-output"}, false},
{"emptyOutputs", args{emptyOutputs, funcMap, "test-output"}, false},
{"Outputs", args{results, funcMap, "test-output"}, false},
{"No path", args{results, funcMap, ""}, false},
//{"No path", args{results, funcMap, ""}, false},
}

for _, tt := range tests {
Expand Down

0 comments on commit a9e0e15

Please sign in to comment.