Skip to content

Commit d4bf449

Browse files
fixup test file
1 parent 444a566 commit d4bf449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tree/xml_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func TestToXMLTable(t *testing.T) {
358358
root.FinishInsertionPhase()
359359
// fmt.Println(root.String())
360360

361-
xmlDoc, err := root.ToXML(tt.onlyNewOrUpdated, tt.honorNamespace, tt.operationWithNamespace, tt.useOperationRemove, true)
361+
xmlDoc, err := root.ToXML(tt.onlyNewOrUpdated, tt.honorNamespace, tt.operationWithNamespace, tt.useOperationRemove, Alphabetical)
362362
if err != nil {
363363
t.Fatal(err)
364364
}

0 commit comments

Comments
 (0)