Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
clbanning committed Feb 2, 2021
1 parent fec1f70 commit e283b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isvalid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ func TestXmlCheckIsValid(t *testing.T) {
}

if _, err := XmlIndent(m, "", " "); err == nil {
t.Fatal("Xml err: nil")
t.Fatal("XmlIndent err: nil")
}
}

0 comments on commit e283b5a

Please sign in to comment.